import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface RefreshReservesBatchArgs {
    skipPriceUpdates: boolean;
}
export declare const layout: any;
export declare function refreshReservesBatch(args: RefreshReservesBatchArgs, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=refreshReservesBatch.d.ts.map