import type { NativePortableState } from './native-portable-types.js'; export declare function renderNativeVerificationReport(state: NativePortableState): string; export declare function nativeVerificationReportStateVersion(source: string): number | null; export declare function inspectNativeVerificationReportAlignment(options: { file: string; stateVersion: number; }): Promise<'aligned' | 'missing' | 'stale' | 'invalid'>; export declare function writeNativeVerificationReport(options: { file: string; state: NativePortableState; }): Promise; //# sourceMappingURL=native-verification-report-v2.d.ts.map