#!/usr/bin/env node /** * doutline - structure view for documents * * Usage: doutline [--json] [-n N] FILE * * Behavior: * - Extract structure without full conversion (faster) * - Output is deterministic and stable across runs */ export {};