import type { Core, Schema } from '@strapi/types'; export declare const createRoutes: ({ strapi, contentType, }: { strapi: Core.Strapi; contentType: Schema.ContentType; }) => Record>; //# sourceMappingURL=index.d.ts.map