/** * Harness Artifact Layers */ export interface DockerLayerEntry { command: string; size?: string; }