import { type FeeTier, type Market, type MarketContext, type Quote } from '@lifi/perps-types'; import type { SDKRequestOptions } from '../types/config.js'; import type { PerpsSDKClient, ProviderGetQuoteParams } from '../types/provider.js'; export declare function resolveQuote(client: PerpsSDKClient, provider: string, params: ProviderGetQuoteParams, feeTier: FeeTier, options?: SDKRequestOptions): Promise; export declare function resolveQuoteMarket(client: PerpsSDKClient, provider: string, params: Pick, options?: SDKRequestOptions): Promise; export declare function resolveQuotePrice(client: PerpsSDKClient, provider: string, marketId: string, options?: SDKRequestOptions): Promise; //# sourceMappingURL=resolveQuote.d.ts.map