import { BoundaryContextValue } from "../types/boundary.js";
import { BridgeAPIOptions, UpperOptions } from "../types/options.js";
import { APIParams } from "../types/api.js";
export declare function getUpperContextValue, P>(start: BoundaryContextValue, shouldForwardYield?: UpperOptions['shouldForwardYield']): BoundaryContextValue | undefined;