import { Config, Options } from '../types.js';
export declare const defaultBrowser = "chrome";
export declare const defaultConfig: Omit<Config, 'gridUrl' | 'storiesProvider' | 'testsDir' | 'tsConfig'>;
export declare function readConfig(options: Options): Promise<Config>;
