import type { RecipeHudOptions } from './types.js'; export declare function buildHudNode(status: 'running' | 'pass' | 'fail', event: { nodeId: string; action: string; node: Record; recipe: unknown; index: number; total: number; error?: string; }, options: RecipeHudOptions | false | undefined): Record; //# sourceMappingURL=hud.d.ts.map