import { type GoogleAiStudioAutomationOptions } from "../../tools/tasks.js"; export * from "./config.js"; export * from "./types.js"; export interface DoGoogleAiStudioAutomationOptions extends GoogleAiStudioAutomationOptions { watch?: boolean; signal?: AbortSignal; } export declare const doGoogleAiStudioAutomation: ({ watch, ...opts }: DoGoogleAiStudioAutomationOptions) => Promise; //# sourceMappingURL=index.d.ts.map