import type { SourceFile } from 'ts-morph'; /** Returns whether the file has the .jsx or .tsx extension */ export declare const isJsx: (sourceFile: SourceFile) => boolean;