UNPKG

210 BTypeScriptView Raw
1import { Synthesizer } from '../api/cxapp/cloud-executable';
2export declare function exec(args: string[], synthesizer?: Synthesizer): Promise<number | void>;
3export declare function cli(args?: string[]): void;