export declare function getDefaultVersion(apiLanguage: string): string; export declare function getChoicesForApiLanguage(apiLanguage: string): { title: string; value: string; }[]; //# sourceMappingURL=functions-versions.d.ts.map