import { APIResponseObject, GoogleAuthParams } from "../../../types"; /** * # SERVER FUNCTION: Login with google Function */ export default function googleAuth({ apiKey, token, database, response, encryptionKey, encryptionSalt, additionalFields, additionalData, apiUserID, debug, secureCookie, loginOnly, useLocal, apiVersion, }: GoogleAuthParams): Promise;