export declare const config: { readonly apiUrl: string; readonly ports: { temporalUi: number; temporal: number; api: number; }; readonly temporalUiUrl: string; readonly apiToken: string | undefined; requestTimeout: number; readonly dockerServiceName: string; readonly debugMode: boolean; readonly envFile: string; agentConfigDir: string; };