import type { Options, Services } from '@wdio/types';
export declare const DEFAULT_CONFIGS: () => Options.Testrunner;
export declare const SUPPORTED_HOOKS: (keyof Services.Hooks)[];
export declare const SUPPORTED_FILE_EXTENSIONS: string[];
export declare const NO_NAMED_CONFIG_EXPORT: string;
//# sourceMappingURL=constants.d.ts.map