export declare function md5(text: string): string; export declare const castToError: (err: any) => Error; export declare function sleep(ms: number): Promise;