import { Account } from './types'; export declare function processAccounts(accounts: Account[], accountsCluster: string, assetsFolder?: string, forceClone?: boolean): Promise<{ accountsArgs: string[]; persistedAccountInfos: import("@metaplex-foundation/amman-client").PersistedAccountInfo[]; accountsFolder: string; }>;