import type { IsStablecoinFn } from '../../hooks/useIsStablecoin';
import { type QuoteBuilder } from './types';
export declare function createExactOutBuilder(isStablecoin: IsStablecoinFn): QuoteBuilder;
