export default function supportedVersions(platform: string): {
    defaultVersion: string;
    allVersions: string[];
};
