import { ft as GoogleChatAccountConfig } from "./types.channels-DdU7GqnS.js"; //#region extensions/googlechat/src/accounts.d.ts type GoogleChatCredentialSource = "file" | "inline" | "env" | "none"; type ResolvedGoogleChatAccount = { accountId: string; name?: string; enabled: boolean; config: GoogleChatAccountConfig; credentialSource: GoogleChatCredentialSource; credentials?: Record; credentialsFile?: string; }; //#endregion export { ResolvedGoogleChatAccount as t };