import { MongoModel } from "../models";
export declare function initAuth(extendedUsersModel?: typeof MongoModel): void;
