export declare const ALLOW_AUTH_KEY = "planfi:allow_auth";
export type AllowedAuthType = 'user_jwt' | 'client_jwt' | 'service_key';
export declare const AllowAuth: (types: AllowedAuthType[]) => import("@nestjs/common").CustomDecorator<string>;
