/** * CLI command: check * * Verifies that documentation is in sync with code by detecting drift */ import { CheckResult, CheckOptions } from '../types'; /** * Execute the check command */ export declare function checkCommand(options: CheckOptions): Promise; //# sourceMappingURL=check.d.ts.map