export declare const wait: { for: ({ seconds }: { seconds: number; }) => Promise; until: ({ date }: { date: Date; }) => Promise; };