import { SherlClient } from '../common'; import { AccountProvider } from './provider'; declare const account: (client: SherlClient) => AccountProvider; export { account }; export * as AccountType from './types';