import { Config } from '../../typings'; import { Page } from 'playwright'; export declare const setConfig: (conf: Config) => void; export declare const getConfigs: () => Config;