import type { PublicKey } from "@solana/web3.js"; import type { AccountFetchResult } from "../types"; import type { AccountLoader } from "./useAccountsInternal"; export declare const fetchKeysUsingLoader: (loader: AccountLoader, keys: readonly PublicKey[]) => Promise; //# sourceMappingURL=fetchKeysUsingLoader.d.ts.map