import { StepContext } from '../_types/context';
/**
 * Builds a Docker image using the given Dockerfile and context.
 *
 * @param ctx - Pipeline execution context
 */
export declare function dockerBuildImage(ctx: StepContext): Promise<void>;
