import { PublicKey, type ParsedTransactionWithMeta } from "@solana/web3.js";
import type { CoinType } from "./type";
export declare function parseTxBalanceChange(tx: ParsedTransactionWithMeta, owner: PublicKey, coin_type: CoinType): number;
