import type { Synthesizer } from '../cxapp'; export declare function exec(args: string[], synthesizer?: Synthesizer): Promise; export declare function cli(args?: string[]): void;