import { AccountInfo, PublicKey } from "@solana/web3.js"; import { ParsedAccountBase } from "./useAccount"; export declare const MintParser: (pubKey: PublicKey, info: AccountInfo) => ParsedAccountBase; export declare function useMint(key: PublicKey | undefined | null): any; //# sourceMappingURL=useMint.d.ts.map