openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines • 389 B
TypeScript
import { cn as ProviderPlugin } from "./types-C0dQmare.js";
import { g as OpenClawPluginApi } from "./plugin-entry-BOAJmgcf.js";
//#region extensions/google/provider-registration.d.ts
declare function buildGoogleProvider(): ProviderPlugin;
declare function registerGoogleProvider(api: OpenClawPluginApi): void;
//#endregion
export { registerGoogleProvider as n, buildGoogleProvider as t };