import { ProgrammingLanguage } from "../enums/programmingLanguage"; export declare const templatesVersion = "0.1.*"; export declare const tagPrefix = "templates@"; export declare const preRelease: string; export declare const tagListURL = "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt"; export declare function selectTag(tags: string[]): string | undefined; export declare const templateURL: (tag: string, templateName: string) => string; export declare class TemplateManifest { tags: string[]; static newInstance(): Promise; getNewestTemplateUrl(lang: ProgrammingLanguage, group_name: string, scenario?: string): string; } //# sourceMappingURL=templateManifest.d.ts.map