import { Activity } from "../activities/index.js"; import { Action, FunctionRepo } from "./index.js"; /** ExternalActionManager provides external actions from their own NPM modules */ export declare class ExternalActionManager { actions: FunctionRepo; constructor(); /** provides the external action with the given name */ get(activity: Activity): Promise; } //# sourceMappingURL=external-action-manager.d.ts.map