export declare class DockerOperationsService { private port; private configService; private validationService; constructor(port?: number); build(): Promise; start(): Promise; stop(): Promise; status(): Promise; ensureServicesReady(): Promise; } //# sourceMappingURL=docker-operations.d.ts.map