import type { PlatformType } from "@coin-voyage/shared/common";
export declare function detectPlatform(ua: string): PlatformType;
