4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
import type { Synthesizer } from '../cxapp';
|
|
export declare function exec(args: string[], synthesizer?: Synthesizer): Promise<number | void>;
|
|
export declare function cli(args?: string[]): void;
|