export type ImageRef = { name: string; tag?: string; digest?: string; }; export declare const parseImageName: (image: string) => ImageRef;