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