export declare class CreatePermissionDto {
    module: string;
    action: string;
    code: string;
    description?: string;
}
