/** * Programmatic entry for the AriaFlow config CLI (validate, list, copy, prompt, …). * Spawns the compiled cli.js so behavior and exit codes match the standalone binary. */ export declare function runAriaflowConfigCliSync(argv: string[]): number; export declare function runAriaflowConfigCli(argv: string[]): Promise;