/** Build the deployable Docker image. Fails loud (exit 1+) on missing prerequisites. */ export declare function buildImage(args: string[]): void;