/** * `check` CLI action handler. * * Always operates in frozen-lockfile mode: reads set definitions and pinned * package versions from .filedist.lock. Fails if no lock file is found. * The user configuration file is not used. */ export declare function runCheck(argv: string[], cwd: string, lockfilePath: string): Promise; //# sourceMappingURL=check.d.ts.map