import type { NativeChangeState, NativeCheckpointCompactView, NativeCheckpointDetailView, NativeFinding, NativeInspectionDetailView, NativeInspectionView, NativeProjectPaths } from './native-types.js'; export declare const NATIVE_INSPECTION_REASON_DETAIL_BUDGET = 50; export declare function buildNativeResumeView(options: { paths: NativeProjectPaths; state: NativeChangeState; }): Promise<{ inspection: NativeInspectionView; inspectionDetails: NativeInspectionDetailView; checkpoint: NativeCheckpointCompactView | null; checkpointDetails: NativeCheckpointDetailView | null; findings: NativeFinding[]; maxCheckpointArtifacts: number; }>; //# sourceMappingURL=native-resume-view.d.ts.map