export declare class CreateSettingDto {
    key: string;
    value: any;
    option?: string;
    isSystem?: number;
}
