import type { PlatformInfo } from './types.js'; export declare const PLATFORMS: PlatformInfo[]; /** Find a platform by matching a URL */ export declare function detectPlatform(url: string): PlatformInfo | null; //# sourceMappingURL=platforms.d.ts.map