export declare const wait: (delay?: number) => Promise<boolean>;
