export declare function executeTs(filePath: string, options: any): Promise<void>;
export declare function transpileTypescriptModule(path: string): string;
