import type { NativeChangeState, NativeProjectPaths, NativeSpecChange } from './native-types.js'; export declare function reconcileNativeSpecChanges(paths: NativeProjectPaths, state: NativeChangeState): Promise; export declare function rebaseNativeSpecChanges(options: { paths: NativeProjectPaths; name: string; summary: string; now?: Date; transitionId?: () => string; }): Promise; export declare function markNativeSpecRemoval(paths: NativeProjectPaths, name: string, capability: string): Promise; export declare function readNativeProposedSpecs(paths: NativeProjectPaths, name: string): Promise>; //# sourceMappingURL=native-specs.d.ts.map