import { type CheckContext, type ObservedCheck } from "./base.js"; export declare function runConformanceCheck(context: CheckContext): Promise;