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