///
import { BoundaryContextValue } from "../types/boundary.js";
import { BridgeAPIOptions, GetUpperAPIOptions } from "../types/options.js";
import { APIParams } from "../types/api.js";
export declare function getUpperApiDesc, P>(contextValue: BoundaryContextValue, _name: N, options: GetUpperAPIOptions | undefined, bridgeOptions: O | undefined): {
apiNList: import("../types/api.js").ConditionByIsMulti[], import("react").RefObject>;
isInitial: boolean;
} | undefined;