export declare function wait(time: number, { signal }?: {
    signal?: AbortSignal | undefined;
}): Promise<void>;
//# sourceMappingURL=wait.d.ts.map