export declare const WITH_ROLE = "withRole"; /** * 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 function Role(): import("@nestjs/common").CustomDecorator; //# sourceMappingURL=role.decorator.d.ts.map