1 | import { type CommandEndpoint } from '@wdio/protocols';
|
2 | import type { WebDriverResponse } from './request/types.js';
|
3 | import type { BaseClient, BidiResponses } from './types.js';
|
4 | export default function (method: string, endpointUri: string, commandInfo: CommandEndpoint, doubleEncodeVariables?: boolean): (this: BaseClient, ...args: any[]) => Promise<WebDriverResponse | BidiResponses | void>;
|
5 | //# sourceMappingURL=command.d.ts.map |
\ | No newline at end of file |