import { TokenId } from "@wormhole-foundation/sdk-definitions"; export type TransferQuote = { sourceToken: { token: TokenId; amount: bigint; }; destinationToken: { token: TokenId; amount: bigint; }; relayFee?: { token: TokenId; amount: bigint; }; destinationNativeGas?: bigint; }; //# sourceMappingURL=quote.d.ts.map