import * as web3 from '@solana/web3.js'; export declare type AuthorizeInstructionAccounts = { wallet: web3.PublicKey; auctionHouse: web3.PublicKey; auctioneerAuthority: web3.PublicKey; }; export declare function createAuthorizeInstruction(accounts: AuthorizeInstructionAccounts): web3.TransactionInstruction;