import * as web3 from '@solana/web3.js'; export declare type CloseDistributorTokenAccountInstructionArgs = { bump: number; }; export declare type CloseDistributorTokenAccountInstructionAccounts = { base: web3.PublicKey; distributor: web3.PublicKey; from: web3.PublicKey; to: web3.PublicKey; receiver: web3.PublicKey; }; export declare function createCloseDistributorTokenAccountInstruction(accounts: CloseDistributorTokenAccountInstructionAccounts, args: CloseDistributorTokenAccountInstructionArgs): web3.TransactionInstruction;