import { AutomateBaseAPI } from '../BaseAPI'; import { components } from '../AutomateTypes'; import { CommonParameters } from '../AutomateAPI'; type schemas = components['schemas']; /** {@link LabTechModelsCommand} */ export type LabTechModelsCommand = schemas['LabTech.Models.Command']; /** * Commands module * @public */ export declare class CommandsAPI extends AutomateBaseAPI { getCommandList(params?: CommonParameters): Promise>; getCommand(entityId: string, params?: CommonParameters): Promise; } export {}; //# sourceMappingURL=CommandsAPI.d.ts.map