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