/** * CLI main function for programmatic usage. * This function only defines the CLI, it does not execute automatically. */ export declare const cliMain: () => Promise;