import { PlaywrightTestCLIOptions } from '../../../utils/playwright'; import { TestExecutorSchema } from '../schema'; export declare function createCLIOptions(options: TestExecutorSchema): PlaywrightTestCLIOptions;