/** * Gets the platform on which the application is running. * If the userAgent could not be determined, this will default to "other" */ export declare function getPlatform(): "android" | "ios" | "other"; //# sourceMappingURL=platform.d.ts.map