export interface ICommandService { executeCommand(url: string, method: string, data?: T, headers?: Record): Promise; } //# sourceMappingURL=ICommandService.d.ts.map