export declare const executeWithDoublingTime: (fn: () => void, initialDelay: number) => () => void; export declare function wait(ms?: number): Promise;