import { UserInteraction } from "@microsoft/teamsfx-api"; import { PromptUI } from "../collectInputs/collectInputs"; /** Build a `PromptUI` over the host `UserInteraction`. */ export declare function createUiPromptUI(ui: UserInteraction): PromptUI; //# sourceMappingURL=uiPromptUI.d.ts.map