import type { Address, ConstructFetchInput, RequestParameters } from '../../types';
export type BridgeInfo = Record<number, Record<number, Address[]>>;
type GetBridgeInfo = (requestParams?: RequestParameters) => Promise<BridgeInfo>;
export type GetBridgeInfoFunctions = {
    getBridgeInfo: GetBridgeInfo;
};
export declare const constructGetBridgeInfo: ({ apiURL, fetcher, }: ConstructFetchInput) => GetBridgeInfoFunctions;
export {};
//# sourceMappingURL=getBridgeInfo.d.ts.map