export declare const NAME_POLYFILL: string;
export declare function getPolyfillManager(browser: WebdriverIO.Browser): PolyfillManager;
/**
 * This class is responsible for setting polyfill scripts in the browser.
 */
export declare class PolyfillManager {
    #private;
    constructor(browser: WebdriverIO.Browser);
    initialize(): Promise<boolean>;
}
//# sourceMappingURL=polyfill.d.ts.map