/** * Checks if the current device is an Apple device (Mac, iPhone, iPod, or iPad) * @returns {boolean} True if the current device is an Apple device */ export declare function isAppleDevice(): boolean;