export interface LogCollectorLaunchInfo { commandName: string; projectDir: string; shell: string; root?: string; enableStdin?: boolean; databasePath: string; } //# sourceMappingURL=LogCollectorLaunchInfo.d.ts.map