#!/usr/bin/env node /** * Manifest CLI * * Command-line interface for the Manifest language. * Provides commands for compiling, generating code, and managing Manifest projects. */ /** * Run the CLI * * This function is exported so it can be called from the bin file. */ export declare function runCli(): Promise; //# sourceMappingURL=index.d.ts.map