import type { OptimalPkgModel } from '../models/optimal-pkg'; export declare const isJsx: (pkg: OptimalPkgModel) => boolean;