export declare class CreateUserPermissionDto {
    userId: string;
    label: string;
    permissions: string[];
}
