export declare class UpdateConfigDto {
    value: string;
    category?: string;
}
