export interface ContainerOutputProvider { onRemoteOutput(output: string): void; } //# sourceMappingURL=container-output-provider.d.ts.map