import type { NativePortableState } from './native-portable-types.js'; import type { NativeProjectPaths } from './native-types.js'; export declare function hasIncompleteNativePortableMigration(paths: NativeProjectPaths, name: string): Promise; export declare function migrateNativeLegacyChangeToPortable(options: { paths: NativeProjectPaths; name: string; now?: Date; }): Promise; //# sourceMappingURL=native-portable-migration-runtime.d.ts.map