export declare function runTstl(tsconfig: string): void;
export declare function runTstlWatch(tsconfig: string): Promise<void>;
