export interface StructuredNativeProbeResult { reportPath: string; reportSha256: string; passed: boolean; } export declare function runStructuredNativeProbe(configPath: string, projectRoot?: string): Promise; //# sourceMappingURL=structured-native-probe.d.ts.map