export declare const waitForSecond: (second: number) => Promise<void>;
