export interface bodyChange { command: string; parameter: string; commandType: string; } export interface pushResponse { statusCode: number; body: { commandId: string; }; message: string; } //# sourceMappingURL=devicepush.d.ts.map