import type { Context, Next } from 'koa';
import type { Strapi } from '@strapi/types';
declare const _default: (config: any, { strapi }: {
    strapi: Strapi;
}) => (ctx: Context, next: Next) => Promise<any>;
export default _default;
//# sourceMappingURL=rateLimit.d.ts.map