export declare function stripHexPrefix(val: string): string; export declare function chunkArray(arr: T[], size: number): T[][]; export declare const waitFor: (condition: () => Promise, ms?: number, tries?: number) => Promise; //# sourceMappingURL=utils.d.ts.map