/**
 * Checks whether the user is on macOS
 * Uses the modern navigator.userAgentData API with a fallback to navigator.userAgent
 */
export declare const isMacOS: () => any;
//# sourceMappingURL=is-mac-os.d.ts.map