export declare function getuid(): string; export declare function wait(ms: number): Promise; declare const _default: { getuid: typeof getuid; wait: typeof wait; }; export default _default;