/** * Set a flag on the route handler to indicate that the user's * roles should be checked before the handler is invoked. * @returns CustomDecorator */ export declare const User: (...dataOrPipes: (string | import("@nestjs/common").PipeTransform | import("@nestjs/common").Type>)[]) => ParameterDecorator; //# sourceMappingURL=user.decorator.d.ts.map