import type { MintInfo } from "@solana/spl-token"; import type { PublicKey } from "@solana/web3.js"; export declare function useMint(mint?: PublicKey): MintInfo | undefined | null; //# sourceMappingURL=useMint.d.ts.map