import { IBridge } from "../../IBridge.js"; import { ICommandService } from "./ICommandService.js"; export declare class CommandService implements ICommandService { bridge: IBridge; constructor(bridge: IBridge); executeCommand(url: string, method: string, data?: T, headers?: Record): Promise; } //# sourceMappingURL=commandService.d.ts.map