import { ConfirmQuestion, IQTreeNode, Inputs, MultiFileQuestion, MultiSelectQuestion, SingleFileQuestion, SingleSelectQuestion, TextInputQuestion } from "@microsoft/teamsfx-api"; import { QuestionNames } from "./constants"; export declare function listCollaboratorQuestionNode(): IQTreeNode; export declare function grantPermissionQuestionNode(): IQTreeNode; export declare function convertAadToNewSchemaQuestionNode(): IQTreeNode; export declare function deployAadManifestQuestionNode(): IQTreeNode; export declare function validateTeamsAppQuestionNode(): IQTreeNode; export declare function selectTeamsAppManifestQuestionNode(): IQTreeNode; export declare function selectAadAppManifestQuestionNode(): IQTreeNode; export declare function addWebPartQuestionNode(): IQTreeNode; export declare function selectTeamsAppManifestQuestion(): SingleFileQuestion; export declare function selectLocalTeamsAppManifestQuestion(): SingleFileQuestion; export declare function copilotPluginAddAPIQuestionNode(): IQTreeNode; export declare function selectTeamsAppPackageQuestionNode(): IQTreeNode; export declare function previewWithTeamsAppManifestQuestionNode(): IQTreeNode; export declare function selectTargetEnvQuestion(questionName?: QuestionNames, remoteOnly?: boolean, throwErrorIfNoEnv?: boolean, defaultValueIfNoEnv?: string): SingleSelectQuestion; export declare function inputUserEmailQuestion(): TextInputQuestion; export declare function isAadMainifestContainsPlaceholder(inputs: Inputs): Promise; export declare function selectAadManifestQuestion(): SingleFileQuestion; export declare function envQuestionCondition(inputs: Inputs): Promise; export declare function newEnvNameValidation(input: string, inputs?: Inputs): Promise; export declare function newTargetEnvQuestion(): TextInputQuestion; export declare function selectSourceEnvQuestion(): SingleSelectQuestion; export declare function createNewEnvQuestionNode(): IQTreeNode; export declare function regeneratePluginNode(): IQTreeNode; export declare function addPluginQuestionNode(): IQTreeNode; export declare function metaOSExtendToDAQuestionNode(): IQTreeNode; export declare function addKnowledgeQuestionNode(): IQTreeNode; export declare function addEmbeddedKnowledgeFilesQuestion(): MultiFileQuestion; export declare function kiotaRegenerateQuestion(): IQTreeNode; export declare function addAuthActionQuestion(): IQTreeNode; export declare function urlValidation(input: string, allowEmpty?: boolean): string | undefined; export declare function addAuthActionAuthTypeQuestion(): SingleSelectQuestion; export declare function oauthParametersQuestion(): IQTreeNode; export declare function oauthAuthorizationUrlQuestion(): TextInputQuestion; export declare function oauthTokenUrlQuestion(): TextInputQuestion; export declare function oauthRefreshUrlQuestion(): TextInputQuestion; export declare function oauthScopeQuestion(): TextInputQuestion; export declare function oauthPKCEQuestion(): SingleSelectQuestion; export declare function apiKeyParameterQuestion(): IQTreeNode; export declare function apiKeyInQuestion(): SingleSelectQuestion; export declare function apiKeyNameQuestion(): TextInputQuestion; export declare function microsoftEntraParameterQuestion(): IQTreeNode; export declare function apiSpecFromPluginManifestQuestion(): SingleSelectQuestion; export declare function apiFromPluginManifestQuestion(): MultiSelectQuestion; export declare function authNameQuestion(): TextInputQuestion; export declare function apiSpecApiKeyConfirmQestion(): ConfirmQuestion; export declare function apiSpecApiKeyQuestion(): IQTreeNode; export declare function oauthQuestion(): IQTreeNode; export declare function uninstallQuestionNode(): IQTreeNode; export declare function syncManifestQuestionNode(): IQTreeNode; export declare function setSensitivityLabelNode(): IQTreeNode; export declare function selectDeclarativeAgentManifestQuestion(): SingleFileQuestion; export declare function SelectSensitivityLabelQuestion(): SingleSelectQuestion; export declare function shareNode(): IQTreeNode; export declare function removeSharedAccessNode(): IQTreeNode; export declare function selectUsersToRemoveSharedAccess(): MultiSelectQuestion; //# sourceMappingURL=other.d.ts.map