export declare const telcoRetryIntervals: number[];
export declare const wait: (ms: number) => Promise<unknown>;
