import type { ResolvedConfig } from "../config.js"; export declare function runCheck(config: ResolvedConfig, opts?: { checkDb?: boolean; }): Promise; //# sourceMappingURL=check.d.ts.map