import { FxError, Result } from "@microsoft/teamsfx-api"; import { DriverContext } from "../driver/interface/commonArgs"; export declare enum ManifestType { TeamsManifest = "teams-manifest", PluginManifest = "plugin-manifest", DeclarativeCopilotManifest = "declarative-copilot-manifest", ApiSpec = "api-spec", EmbeddedKnowledgeFile = "embedded-knowledge-file" } export declare function expandVariableWithFunction(content: string, ctx: DriverContext, envs: { [key in string]: string; } | undefined, isJson: boolean, manifestType: ManifestType, fromPath: string): Promise>; //# sourceMappingURL=envFunctionUtils.d.ts.map