export declare const urlify: (text: any) => any[]; export declare const sleep: (ms: number) => Promise;