import { DockerImageInfo } from '../parsers/base-parser';
export declare function constructImageString(image: DockerImageInfo): string;
