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