export declare const isJsxOrTsx: (filePath?: string) => boolean;
export declare const isTsxFile: (filePath?: string) => boolean;
