import * as Web3 from '@solana/web3.js'; import * as DataSource from '@staratlas/data-source'; import * as Constants from '../constants'; import * as Types from '../types'; export declare function closeAccounts(program: Constants.CrewIDLProgram, key: DataSource.AsyncSigner, profile: Web3.PublicKey, recipient: Web3.PublicKey, accountsToClose: Web3.PublicKey[], input: Types.CloseAccountsInput, crewConfig?: Web3.PublicKey): DataSource.InstructionReturn; //# sourceMappingURL=closeAccounts.d.ts.map