export interface CliOptions { output?: string; toc?: boolean; tocDepth?: number; tocTitle?: string; header?: boolean; footer?: boolean; outline?: boolean; headerTemplate?: string; footerTemplate?: string; paper?: string; margin?: string; hrPageBreak?: boolean; h1NewPage?: boolean; watch?: boolean; merge?: string; recursive?: boolean; theme?: string; mermaidTheme?: string; mermaidTimeout?: string; math?: boolean; debug?: boolean; verbose?: boolean; jsonErrors?: boolean; tags?: boolean; resolveLinks?: boolean; vaultRoot?: string; attachmentFolder?: string; maxAttachmentSize?: string; config?: string; profile?: string; cache?: boolean; concurrency?: string; force?: boolean; dryRun?: boolean; quiet?: boolean; stdin?: boolean; __preparsed?: any; }