import { AuthFacebook, Credentials } from "../types/auth"; declare function withFacebook(credentials: Credentials): Promise; declare const auth: { withFacebook: typeof withFacebook; }; export default auth;