import { WithLocaleDTO } from '@hedhog/locale'; export declare class CreateDTO extends WithLocaleDTO { slug: string; type: string; value: string; user_override: boolean; group_id: number; } //# sourceMappingURL=create.dto.d.ts.map