/** * E2E Test Runner - Doc Command * * Displays documentation sections from bundled markdown files. */ import type { CLIArgs } from '../types'; /** * Handle the doc command — prints documentation to stdout. */ export declare function docCommand(args: CLIArgs): Promise<{ exitCode: number; }>; //# sourceMappingURL=doc.command.d.ts.map