/** * Decorator for the AuthenticationGuard * @returns {ClassDecorator} - The decorator */ export declare function Authentication(): ClassDecorator & MethodDecorator; //# sourceMappingURL=authentication.decorator.d.ts.map