import { Inputs, IQTreeNode, Platform } from "@microsoft/teamsfx-api"; export declare function getTemplateName(inputs: Inputs): string | undefined; export declare function isTdpTemplate(inputs: Inputs): boolean; export declare function createFromTdpNode(platform?: Platform): IQTreeNode; //# sourceMappingURL=createFromTdpNode.d.ts.map