import type { ProxyMethodCall, FETestLibraryResponse, FEOpaPageCollection } from "../types/wdi5.types.js"; declare function initOPA(pageObjectConfig: FEOpaPageCollection, browserInstance: WebdriverIO.Browser): Promise; declare function emptyQueue(browserInstance: WebdriverIO.Browser): Promise; declare function addToQueue(methodCalls: ProxyMethodCall[], browserInstance: WebdriverIO.Browser): Promise; declare function loadFELibraries(browserInstance: WebdriverIO.Browser): Promise; export { emptyQueue, initOPA, addToQueue, loadFELibraries }; //# sourceMappingURL=testLibrary.d.ts.map