import { IUserDocument, IUserModel } from "./usersTypes"; export declare function findOneOrCreate(this: IUserModel, { uId }: { uId: string; }): Promise; //# sourceMappingURL=usersStatics.d.ts.map