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