import type { CommandModule } from 'yargs'; interface DocumentArgs { synth?: boolean; outDir?: string; file?: string; title?: string; } export declare const documentCommand: CommandModule, DocumentArgs>; export {};