import type { ONIModel, ModelOptions } from "./types.js"; export declare function google(modelId: string, opts?: ModelOptions): ONIModel; //# sourceMappingURL=google.d.ts.map