import type { Watcher } from "./watcher";
export declare function extractArgs(o: any, watcher?: Watcher): {
    browser: any;
    page: any;
    cdpSession: any;
    timeout: any;
    noIntercept: any;
    browserExtension: any;
    _watcher: Watcher;
    actions: any;
    hideElements: any;
    ignore: any;
    includeNotices: any;
    includeWarnings: any;
    rootElement: any;
    rules: any;
    runners: any;
    standard: any;
    origin: any;
    language: any;
    clip: any;
    _kayleRunner: boolean;
};
