#!/usr/bin/env node
/**
 * @fileoverview OrdoJS CLI - Command-line interface entry point
 */
/**
 * Main CLI function
 */
export declare function cli(args?: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map