import { type NativeArchivePreflight } from './native-archive-preflight.js'; import type { NativeProjectPaths } from './native-types.js'; /** Collect the single read-only Archive view reused by CLI, commit, status, and Dashboard. */ export declare function inspectNativeArchivePreflight(options: { paths: NativeProjectPaths; name: string; now?: Date; }): Promise; //# sourceMappingURL=native-archive-inspection.d.ts.map