export declare const wait: (duration: number) => Promise; export declare const MINUTE: number; export declare const EMAIL_REGEXP: RegExp; export declare const isValidEmail: (str: string) => boolean; export declare const CAN_USE_DOM: boolean; //# sourceMappingURL=tools.d.ts.map