import { Schema } from "mongoose"; import { OBAuthCreds } from "../types"; declare const creds: Schema; export { creds as obAuthCredsSchema };