import { Action, FunctionRepo } from "./index.js"; export declare class Actions { list: FunctionRepo; constructor(); get(name: string): Action | undefined; /** provides the names of all registered actions */ names(): string[]; register(fileBasedName: string, action: any): void; size(): number; } //# sourceMappingURL=actions.d.ts.map