export declare const DETECTION_TIMEOUT_MS = 200;
export declare function getDetectedPlatforms(): Promise<string[]>;
