import { Value } from '../sourcegen/index.js'; import { PlaywrightConfig } from './playwright-config.js'; export type PlaywrightConfigResource = PlaywrightConfig; export declare function valueForPlaywrightConfig(config: PlaywrightConfigResource): Value;