import { Environment } from './Environment';
declare const getAccounts: (environment: Environment) => Promise<any>;
export { getAccounts };
