import { Address, AccountMeta, AccountSignerMeta, Instruction } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface RefreshObligationAccounts { lendingMarket: Address; obligation: Address; } export declare function refreshObligation(accounts: RefreshObligationAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=refreshObligation.d.ts.map