export declare const wait: (time: number) => Promise<unknown>;
export declare const nextTick: () => Promise<unknown>;
