export declare const projectProperties: { projectTypes: { taskpane: { displayname: string; detail: string; manifestPath: string; templates: { typescript: { prerelease: string; repository: string; branch: string; archive: string; frameworks: { default: { repository: string; branch: string; prerelease: string; archive: string; }; react: { repository: string; branch: string; prerelease: string; archive: string; }; }; }; javascript: { frameworks: { default: { repository: string; branch: string; prerelease: string; archive: string; }; react: { repository: string; branch: string; prerelease: string; archive: string; }; }; }; }; supportedHosts: string[]; }; }; hostTypes: { excel: { displayname: string; }; onenote: { displayname: string; }; outlook: { displayname: string; }; powerpoint: { displayname: string; }; project: { displayname: string; }; word: { displayname: string; }; }; }; //# sourceMappingURL=projectProperties.d.ts.map