import { Address, AccountMeta, AccountSignerMeta, Instruction } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface RefreshReservesBatchArgs { skipPriceUpdates: boolean; } export declare const layout: import("buffer-layout").Layout; export declare function refreshReservesBatch(args: RefreshReservesBatchArgs, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=refreshReservesBatch.d.ts.map