import type { EmployeeNode } from "./model.js"; export declare function buildNodeContract(node: EmployeeNode, upstream: Array<{ nodeId: string; sessionId?: string; }>): string; //# sourceMappingURL=contract.d.ts.map