export declare class SetBridgeAlertDto {
    value: boolean;
}
export declare class SetScheduledRestartCronDto {
    value: string | null;
}
