/** * Strips the binary from an xcframework, keeping only Swift module interfaces. * This creates an "interface-only" framework where consumers can import the module * but the actual symbols must come from another framework (e.g., BrownfieldLib). * * @param xcframeworkPath - Path to the .xcframework directory */ export declare function stripFrameworkBinary(xcframeworkPath: string): void; //# sourceMappingURL=stripFrameworkBinary.d.ts.map