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