/**
 * Detects if the current process is running on a musl-based system (e.g. Alpine Linux).
 * Based on the approach from the detect-libc package.
 */
export declare function isMusl(): boolean;
