export declare class DockerBuildFlags { directory: string; imageName: string; dockerFileName: string; registry: string; tag: string; dryRun: boolean; }