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