import type { PublicKey } from "@solana/web3.js"; import type { AccountDatum } from "../types"; export declare const useAccountData: (key?: PublicKey | null) => { loading: boolean; data: AccountDatum; }; //# sourceMappingURL=useAccountData.d.ts.map