import { DockerImageInfo } from '../parsers/base-parser';
export declare const parseDockerImage: (imageString: string) => DockerImageInfo;
