import type { GeneratorOptions } from '../utils'; /** * Generate type definitions for Strapi Content-Types */ export declare const generateContentTypesDefinitions: (options?: GeneratorOptions) => Promise<{ output: string; stats: {}; }>; //# sourceMappingURL=index.d.ts.map