export type ClawsPlugin = (input: any) => Record; export type ClawsPluginsMap = Map; export declare class ClawsPluginRegistry { protected static registry: ClawsPluginsMap; static dump(): ClawsPluginsMap; static register(key: string, plugin_function: ClawsPlugin): void; static applyPlugins(key: string, value: any): Record; static listPlugins(): string[]; } //# sourceMappingURL=plugin.d.ts.map