import type { Core } from '@strapi/types'; declare const createContentApiRoutes: () => { type: "content-api"; routes: Core.RouteInput[]; }; export default createContentApiRoutes; //# sourceMappingURL=content-api.d.ts.map