import { RawAppAuthenticator } from "./RawAppAuthenticator"; export interface RawGoogleAuthenticator extends RawAppAuthenticator { google_id?: string; } //# sourceMappingURL=RawGoogleAuthenticator.d.ts.map