/** * Check if the code is running on the server */ export declare const isServer: boolean; /** * Simple UA check to determine if the platform is iOS */ export declare const isIOS: boolean;