import type { CheckConfig, CheckOptions, Command } from "./types"; export declare function getCheckConfig(manifestPath: string, { loose, uncheckedReturnCode, supportedVersions, targetVersion, }: CheckOptions): number | CheckConfig; export declare function checkPackageManifest(manifestPath: string, options: CheckOptions): number; export declare function makeCheckCommand(options: CheckOptions): Command; //# sourceMappingURL=check.d.ts.map