export declare const IS_PUBLIC_KEY = "isPublic"; /** * Set a flag on the route handler to indicate that the route is public. * @returns CustomDecorator */ export declare const Public: () => import("@nestjs/common").CustomDecorator; //# sourceMappingURL=public.decorator.d.ts.map