export declare class AddGlobalSettingDto {
    key: string;
    value: string;
}
