import { Schema } from "mongoose"; import { OBAuthAcct } from "../types"; declare const acct: Schema; export { acct as obAuthAcctSchema };