export declare function transpileTs(code: string): Promise<string>;
