import { CustomDecorator } from '@nestjs/common';
export declare const IpAllowlist: (...ips: string[]) => CustomDecorator;
