1 | import type { Options, Services } from '@wdio/types';
|
2 | export declare const DEFAULT_CONFIGS: () => Options.Testrunner;
|
3 | export declare const SUPPORTED_HOOKS: (keyof Services.Hooks)[];
|
4 | export declare const SUPPORTED_FILE_EXTENSIONS: string[];
|
5 | export declare const NO_NAMED_CONFIG_EXPORT: string;
|
6 | //# sourceMappingURL=constants.d.ts.map |
\ | No newline at end of file |