import type { DependencyInfo } from "../framework/types"; export declare function checkAstGrepCli(): Promise; export declare function findCommentCheckerPackageBinary(baseDirOverride?: string, resolvePackageJsonPath?: () => string): string | null; export declare function checkCommentChecker(): Promise;