import { CustomDecorator } from '@nestjs/common';
export declare const Public: () => CustomDecorator;
