import { CustomDecorator } from '@nestjs/common';
export declare const IS_ROUTE_ONLY_AUTHENTICATED = "IS_ROUTE_ONLY_AUTHENTICATED";
export declare const Authenticated: () => CustomDecorator<string>;
