import { CommonSettingDto } from './common-setting-create.dto'; export declare class CommonSettingBulkDto { items: CommonSettingDto[]; }