import type { CliCommand } from '../utils/types.ts'; /** * Render the current working directory document and output as JSON */ export declare const render: CliCommand; //# sourceMappingURL=render.d.ts.map