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