import type { CheckOptions, CheckResult, HushContext } from '../types.js'; export declare function check(ctx: HushContext, options: CheckOptions): Promise; export declare function checkCommand(ctx: HushContext, options: CheckOptions): Promise; //# sourceMappingURL=check.d.ts.map