import { KoaHelmet } from 'koa-helmet'; import type { Core } from '@strapi/types'; export type Config = NonNullable[0]>; export declare const security: Core.MiddlewareFactory; //# sourceMappingURL=security.d.ts.map