import { IQTreeNode, Platform } from "@microsoft/teamsfx-api"; /** * Load the wizard question tree from wizardNode.json. * Combined JSON with all sub-trees inlined. */ export declare function getRootProjectTypeNode(platform?: Platform): IQTreeNode; /** * Load the TDP wizard question tree from tdpNode.json. * Subset of wizard options for Teams Developer Portal import flow. */ export declare function getTdpProjectTypeNode(platform?: Platform): IQTreeNode; //# sourceMappingURL=rootNode.d.ts.map