export declare const getDoc: () => any; export declare const getWin: () => any; export declare const waitForAssertion: (assertionFunction: () => boolean, timeout: number, waitBeforeRetries?: number) => any; export declare const injectNetworkShimInNecessary: () => boolean; export declare const getNetworkShimStatus: () => { areAllRequestsDone: any; openRequestList: any; openRequestUrlList: any; networkShimInjected: any; }; export declare const getAssertionTextContent: (el: any) => string; export declare function isTagName(el: any, tags: any): boolean; export declare function getAttributeValue(element: any, attributeName: any): any; export declare function checkTextAssertion(subject: any, equalTo: any): void; export declare function collectParentSelectors(options: { iframe?: string; iframes?: string[]; parentSelectors?: string[]; }): string[];