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