/** * Platform detection utilities */ /** * Determines if the current platform is macOS/iOS * Uses userAgentData (modern API) with fallback to userAgent * @returns boolean indicating if the current platform is Mac/iOS */ export declare function isMac(): boolean; //# sourceMappingURL=platform.d.ts.map