import { Repository } from "typeorm";
import { Oauth } from "../models/oauth";
export declare class OauthRepository extends Repository<Oauth> {
}
