UNPKG

430 BTypeScriptView Raw
1import { type CommandEndpoint } from '@wdio/protocols';
2import type { WebDriverResponse } from './request/types.js';
3import type { BaseClient, BidiResponses } from './types.js';
4export 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