import { Schema } from "mongoose"; import { OBAuthId } from "../types"; declare const authId: Schema; export { authId as obAuthIdSchema };