import { Address, IAccountMeta, IInstruction, TransactionSigner } from "@solana/kit";
export interface TransferRewardOwnerArgs {
    newOwner: Address;
}
export interface TransferRewardOwnerAccounts {
    authority: TransactionSigner;
    poolState: Address;
}
export declare const layout: import("buffer-layout").Layout<unknown>;
export declare function transferRewardOwner(args: TransferRewardOwnerArgs, accounts: TransferRewardOwnerAccounts, programAddress?: Address): IInstruction<string, readonly (IAccountMeta<string> | import("@solana/kit").IAccountLookupMeta<string, string>)[]>;
//# sourceMappingURL=transferRewardOwner.d.ts.map