export declare function transpile(tsx: string, options?: {
    cwd?: string;
    filename?: string;
}): string;
