import type { MintInfo } from "@solana/spl-token"; import type { PublicKey } from "@solana/web3.js"; export declare function setMintCache(pk: PublicKey, account: MintInfo): void; //# sourceMappingURL=setMintCache.d.ts.map