import type { CheckResult, RepoPackageJson } from "../types"; export declare function checkScripts(targetDir: string, packageJson: RepoPackageJson | undefined, expectedScripts?: string[]): Promise;