1 | import type { Options } from '@wdio/types';
|
2 | export declare const validObjectOrArray: (object: any) => object is object | Array<any>;
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 | export declare function removeLineNumbers(filePath: string): string;
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 | export declare function isCucumberFeatureWithLineNumber(spec: string | string[]): boolean;
|
16 | export declare function isCloudCapability(caps: WebdriverIO.Capabilities): boolean;
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 | export declare function validateConfig<T>(defaults: Options.Definition<T>, options: T, keysToKeep?: (keyof T)[]): T;
|
24 | export declare function objectToEnv(params?: Record<string, any>): void;
|
25 |
|
\ | No newline at end of file |