/** * Build commands: build, install, doctor, refs, migrate * * Commands for building documents and managing dependencies. */ import type { Command } from 'commander'; /** * Register build commands with the program */ export declare function register(program: Command, pkg?: { version?: string; }): void; //# sourceMappingURL=build.d.ts.map