import { TransactionInstruction, PublicKey } from "@solana/web3.js";
export interface TransferRewardOwnerArgs {
    newOwner: PublicKey;
}
export interface TransferRewardOwnerAccounts {
    authority: PublicKey;
    poolState: PublicKey;
}
export declare const layout: any;
export declare function transferRewardOwner(args: TransferRewardOwnerArgs, accounts: TransferRewardOwnerAccounts, programId?: PublicKey): TransactionInstruction;
//# sourceMappingURL=transferRewardOwner.d.ts.map