import type { ProgramOpts } from './types.js'; export declare function run(operation?: typeof createWebdriverIO): Promise; export declare function createWebdriverIO(opts: ProgramOpts): Promise; //# sourceMappingURL=index.d.ts.map