import { Inputs, IQTreeNode } from "@microsoft/teamsfx-api"; export declare function grantPermissionQuestionNode(): IQTreeNode; export declare function listCollaboratorQuestionNode(): IQTreeNode; export declare function envQuestionCondition(inputs: Inputs): Promise; export declare function selectAadAppManifestQuestionNode(): IQTreeNode; //# sourceMappingURL=collaborator.d.ts.map