import type { GetProgramAccountsV2Request, GetProgramAccountsV2Response } from "../../types"; import type { RpcCaller } from "../caller"; export type GetProgramAccountsV2Fn = (p: GetProgramAccountsV2Request) => Promise; export declare const makeGetProgramAccountsV2: (call: RpcCaller) => GetProgramAccountsV2Fn; //# sourceMappingURL=getProgramAccountsV2.d.ts.map