///
import { BridgeAPIOptions, GetAPIAsyncOptions } from "../../types/options.js";
import { APIParams } from "../../types/api.js";
import { ReactAPIBridge } from "../../types/bridge.js";
export declare function getBridgeAPIAsync, P>(apiBridge: ReactAPIBridge, name: N, options?: GetAPIAsyncOptions, bridgeOptions?: O): Promise[], import("react").RefObject>>;