export declare class GetParamsRequest {
    constructor(deviceGuid: string);
    DeviceGuid: string;
}
export declare class GetChannelParamsRequest {
    constructor(deviceGuid: string, channel: number);
    DeviceGuid: string;
    Channel: number;
}
