import type { Schema } from '@strapi/types';
export declare const createRoutes: ({ contentType }: {
    contentType: Schema.ContentType;
}) => {
    find: {
        method: string;
        path: string;
        handler: string;
        config: {};
    };
    update: {
        method: string;
        path: string;
        handler: string;
        config: {};
    };
    delete: {
        method: string;
        path: string;
        handler: string;
        config: {};
    };
};
//# sourceMappingURL=index.d.ts.map