import * as web3 from '@solana/web3.js'; export declare type SetAuthorityInstructionAccounts = { vault: web3.PublicKey; currentAuthority: web3.PublicKey; newAuthority: web3.PublicKey; }; export declare function createSetAuthorityInstruction(accounts: SetAuthorityInstructionAccounts): web3.TransactionInstruction;