import type { Wallet } from "@saberhq/solana-contrib"; import type { Connection, PublicKey, Transaction } from "@solana/web3.js"; export declare const withInvalidate: (transaction: Transaction, connection: Connection, wallet: Wallet, mintId: PublicKey) => Promise; //# sourceMappingURL=token-manager.d.ts.map