export declare const test: (testName: string, func: () => Promise) => void; export declare const testElementHeight: (elementId: string, threshold: number, elementName: string) => Promise; //# sourceMappingURL=utils.d.ts.map