import type { GeneratedMigrationEntry, MigrationEntry, MigrationProjectState } from './migration-types.js'; export declare function renderVerifyFile(state: MigrationProjectState, blockKey: string, entries: MigrationEntry[]): string; export declare function renderFuzzFile(state: MigrationProjectState, blockKey: string, entries: GeneratedMigrationEntry[]): string;