import type { Page } from 'playwright'; export declare function sleep(delay: number): Promise; export declare function getText(page: Page, selector: string, options?: Parameters[1]): Promise; export declare function getData(page: Page, selector: string, options?: Parameters[1]): Promise; export declare function assetLocaleHead(page: Page, headSelector: string): Promise; export declare function getDom(html: string): Document; export declare function getDataFromDom(dom: Document, selector: string): any; export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise; //# sourceMappingURL=helper.d.ts.map