import type { MigrationPlan, SchemaDefinition } from '@chkit/core'; import type { TableScope } from '../../table-scope.js'; export declare function emitGeneratePlanOutput(plan: MigrationPlan, jsonMode: boolean, scope: TableScope): void; export declare function emitGenerateApplyOutput(result: { migrationFile: string | null; snapshotFile: string; }, definitions: SchemaDefinition[], plan: MigrationPlan, jsonMode: boolean, scope: TableScope): void; //# sourceMappingURL=output.d.ts.map