import { RepartitionKeyType } from '@prisma/client';
export declare class CreateRepartitionKeyDto {
    code: string;
    label: string;
    type: RepartitionKeyType;
    scopeSpatialUnitId?: string;
    description?: string;
}
