export interface FlowFetchOptions { /** Header carrying the flow id. Default `x-lensmcp-flow-id`. */ flowHeader?: string; /** Header carrying the origin node id. Default `x-lensmcp-origin-node-id`. */ originHeader?: string; } export declare function installFlowFetch(options?: FlowFetchOptions): () => void;