import IBrowserEngine from '@unblocked-web/specifications/agent/browser/IBrowserEngine'; export declare function configureBrowserLaunchArgs(engine: IBrowserEngine, options: { showChrome?: boolean; disableGpu?: boolean; disableDevtools?: boolean; }): void;