import { WithLocaleDTO } from '@hedhog/locale'; export declare class CreateDTO extends WithLocaleDTO { slug: string; path: string; min_width?: number; max_width?: number; min_height?: number; max_height?: number; width: number; height: number; is_resizable?: boolean; } //# sourceMappingURL=create.dto.d.ts.map