import { Incident } from "incident"; export declare namespace GoogleAuthRequired { type Name = "GoogleAuthRequired"; const name: Name; interface Data { } type Cause = undefined; } export declare type GoogleAuthRequired = Incident; export declare namespace GoogleAuthRequired { type Type = GoogleAuthRequired; function format(): string; function create(username?: string): GoogleAuthRequired; }