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