import { Account } from '../validator/types';
export declare function getExecutableAddress(programId: string): Promise<string>;
export declare function saveAccount(accountId: string, endpoint: string, accountsFolder: string, executable?: boolean): Promise<void>;
export declare function handleFetchAccounts(accountsCluster: string, accounts: Account[], accountsFolder: string, force?: boolean): Promise<void>;
