import type { NativeCheckpointHooks, NativeCheckpointResult, NativeProjectPaths } from './native-types.js'; export declare function checkpointNativeChange(options: { paths: NativeProjectPaths; name: string; summary: string; nextAction: string; artifacts?: readonly string[]; expectedRevision?: number; now?: Date; checkpointId?: () => string; hooks?: NativeCheckpointHooks; }): Promise; //# sourceMappingURL=native-progress-checkpoint.d.ts.map