import { TypeScriptVersion } from "@definitelytyped/typescript-versions"; import * as TsType from "typescript"; export declare function lint(dirPath: string, minVersion: TsVersion, maxVersion: TsVersion, isLatest: boolean, expectOnly: boolean, tsLocal: string | undefined): Promise; export declare function isExternalDependency(file: TsType.SourceFile, dirPath: string, program: TsType.Program): boolean; export type TsVersion = TypeScriptVersion | "local";