import type { GetTokenAccountsByOwnerV2Request, GetTokenAccountsByOwnerV2Response } from "../../types"; import type { RpcCaller } from "../caller"; export type GetTokenAccountsByOwnerV2Fn = (p: GetTokenAccountsByOwnerV2Request) => Promise; export declare const makeGetTokenAccountsByOwnerV2: (call: RpcCaller) => GetTokenAccountsByOwnerV2Fn; //# sourceMappingURL=getTokenAccountsByOwnerV2.d.ts.map