export declare class SetConfigDto {
    timeout?: boolean | number;
    confirm_audio_receive?: boolean;
    configId?: string;
}
