/** * User-agent surface detection. Only the two checks that were byte-identical * across the apps live here; app-specific surface logic (Capacitor native, * payment surface, VITE_SURFACE) stays in each app. */ export declare function isWechat(): boolean; export declare function isMobile(): boolean; //# sourceMappingURL=surface.d.ts.map