import { BridgeQuoteAndPost, BridgeQuoteResult } from '../types';
import { GetQuoteWithBridgeParams } from './types';
export declare function getQuoteWithBridge<T extends BridgeQuoteResult>(params: GetQuoteWithBridgeParams<T>): Promise<BridgeQuoteAndPost>;
