export declare class Utils { static sanitizePhone(dirtyPhone: string): string; static wait(t: number): Promise; static shuffleArray: (array: any[]) => any[]; } //# sourceMappingURL=utils.d.ts.map