import type { QuotaToastError } from "../lib/entries.js"; import type { GoogleAccountError } from "../lib/types.js"; export type GoogleAccountLabelStyle = "fixedGmailHint" | "domainHint"; export declare function formatGoogleAccountLabel(email: string | undefined, style: GoogleAccountLabelStyle): string; export declare function formatGoogleAccountErrors(errors: readonly GoogleAccountError[] | undefined, style: GoogleAccountLabelStyle): QuotaToastError[]; //# sourceMappingURL=google-account-format.d.ts.map