export declare function detectLibc(os: typeof process.platform): "musl" | "glibc" | "libc" | "msvc" | "unknown";