import type { Mint } from "@solana-program/token";
import type { UseDecodedAccountHook } from "./create-decoded-account-hook.js";
/**
 * Hook for fetching and decoding a mint account
 * Useful for getting token information like decimals, supply, and authorities
 */
export declare const useMintAccount: UseDecodedAccountHook<Mint>;
//# sourceMappingURL=use-mint-account.d.ts.map