/** * Preview commands: preview, watch * * Commands for building and viewing documents with live reload. */ import type { Command } from 'commander'; /** * Register preview commands with the program */ export declare function register(program: Command): void; //# sourceMappingURL=preview.d.ts.map