import { Writable } from 'stream'; export declare function getLogsForService(projectName: string, pathToCompose: string, serviceName: string): Promise; export declare function tailLogsForServices(projectName: string, pathToCompose: string, services: string[], stream: Writable): () => Promise; //# sourceMappingURL=container-logs.d.ts.map