import koaIp from 'koa-ip'; import type { Core } from '@strapi/types'; export type Config = koaIp.KoaIPOptions; export declare const ip: Core.MiddlewareFactory; //# sourceMappingURL=ip.d.ts.map