/** Static otool output parser; exported so malformed and multi-architecture input is testable. */ export declare function assertDarwinSystemDependencies(output: string, file: string): void; /** Does not execute the input file. Caller must bind this inspection to a stable file identity. */ export declare function assertSystemNativeDependencies(file: string): Promise; //# sourceMappingURL=service-migration-native-dependencies.d.ts.map