import { IQTreeNode, MultiSelectQuestion, Platform, SingleSelectQuestion } from "@microsoft/teamsfx-api"; export declare function constructNode(jsonContent: string, platform?: Platform): IQTreeNode; export declare function officeAddinHostsQuestion(): MultiSelectQuestion; export declare function officeAddinNaaHostQuestion(): SingleSelectQuestion; //# sourceMappingURL=constructNode.d.ts.map