import { Address, IInstruction, TransactionSigner } from "@solana/kit";
export interface ChangeTicketAuthorityAccounts {
    user: TransactionSigner;
    newAuthority: Address;
    unstakeTicket: Address;
}
export declare function changeTicketAuthority(accounts: ChangeTicketAuthorityAccounts, programAddress?: Address): IInstruction;
//# sourceMappingURL=changeTicketAuthority.d.ts.map