import type { PublicKey } from "@solana/web3.js"; /** * Mark that you desire to subscribe to changes on an account. * * This is for advanced users only. */ export declare const useAccountsSubscribe: (keys: readonly (PublicKey | null | undefined)[] | null | undefined) => void; //# sourceMappingURL=useAccountsSubscribe.d.ts.map