import type DistPathManager from './dist-path-manager'; import type { AgentOptions } from '@forestadmin/agent'; export declare function startingAgent(distPathManager: DistPathManager, { forestServerUrl, envSecret }: { forestServerUrl: any; envSecret: any; }, logger: AgentOptions['logger']): Promise; //# sourceMappingURL=starting-agent-locally.d.ts.map