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; //# sourceMappingURL=templates.d.ts.map