import { Entity } from '../../../../domain'; export declare const generateAndRecordEntitySchema: ({ entity, targetDirPath, }: { entity: Entity; targetDirPath: string; }) => Promise;