import type { RpcCaller } from "../caller"; import { type GetProgramAccountsV2Config, type GpaV2Account } from "../../types"; export type GetAllProgramAccountsFn = (programId: string, options?: Omit) => Promise>; export declare const makeGetAllProgramAccounts: (call: RpcCaller) => GetAllProgramAccountsFn; //# sourceMappingURL=getAllProgramAccounts.d.ts.map