import { Currency, CurrencyAmount } from '@pancakeswap/sdk'; export interface GasCost { gasEstimate: bigint; gasCostInToken: CurrencyAmount; gasCostInUSD: CurrencyAmount; } //# sourceMappingURL=gasCost.d.ts.map