import { HejhomePlatform } from '../platform.js';
import { HejDeviceState } from './get_devices.js';
export declare const control: (platform: HejhomePlatform, deviceId: string, body: Data) => Promise<null>;
export type Data = {
    requirments: HejDeviceState;
};
