export declare class CreatePermissionDto {
    nom: string;
}
