import type { Options, Services } from '@testplane/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;