import { SherlClient } from '../common'; import { UserProvider } from './provider'; export declare const user: (client: SherlClient) => UserProvider;