/** Checks if the path ends with either `.ts` or `.tsx` */
export declare function isTypeScriptFile(path: string): boolean;
