import { BoundaryContextValue } from "../types/boundary.js";
import { GetUpperAPIOptions } from "../types/options.js";
export declare const useFinalContextValue: >, P>(options: GetUpperAPIOptions | undefined, bridgeContext: React.Context>) => BoundaryContextValue;