import type { NativeChangeState, NativeProjectPaths, NativeSchemaMigrationHooks, NativeSchemaMigrationJournal } from './native-types.js'; export declare function nativeSchemaMigrationJournalFile(paths: NativeProjectPaths, name: string): string; export declare function inspectPendingNativeSchemaMigration(paths: NativeProjectPaths, name: string): Promise; export declare function migrateNativeChange(options: { paths: NativeProjectPaths; name: string; now?: Date; id?: () => string; hooks?: NativeSchemaMigrationHooks; }): Promise; //# sourceMappingURL=native-schema-migration.d.ts.map