/** * Build command implementation */ import type { BuildOptions, CommandContext, CommandResult } from '../types/cli-types.js'; /** * Build packages using TurboRepo */ export declare function buildCommand(target: string | undefined, options: BuildOptions, context: CommandContext): Promise; //# sourceMappingURL=build.d.ts.map