import type { PrepareAutomationAgentSessionInput } from '../automations/index.js'; import type { ProjectService } from '../projects/index.js'; import type { SessionStore } from '../session/index.js'; export declare function prepareAutomationAgentSession(store: SessionStore, projects: ProjectService, input: PrepareAutomationAgentSessionInput): Promise;