import type { NativeChangeState, NativeFinding, NativeProjectPaths } from './native-types.js'; export declare function inspectNativeRunConsistency(paths: NativeProjectPaths, state: NativeChangeState): Promise; //# sourceMappingURL=native-run-consistency.d.ts.map