import { profileOptions } from '../../types'; declare function Profile(userId: string, options?: profileOptions): Promise; export default Profile;