/**
 * Minimal inline node registry for bundled deployments
 * Contains the most commonly used nodes
 */
import { NodeTemplate } from './nodes.js';
export declare const MINIMAL_NODE_REGISTRY: Record<string, NodeTemplate>;
export declare const MINIMAL_CATEGORIES: string[];
//# sourceMappingURL=minimal-registry.d.ts.map