import type { RpcCaller } from "../caller"; import { type GetTokenAccountsByOwnerV2Config, type GetTokenAccountsByOwnerV2Request, type GtaV2Account } from "../../types"; export type GetAllTokenAccountsByOwnerFn = (owner: string, filter?: GetTokenAccountsByOwnerV2Request[1], options?: Omit) => Promise>; export declare const makeGetAllTokenAccountsByOwner: (call: RpcCaller) => GetAllTokenAccountsByOwnerFn; //# sourceMappingURL=getAllTokenAccountsByOwner.d.ts.map