import type { ChecklistCheckRequest, ChecklistCheckResponse, TransportResult } from "../transport.js"; import type { RuntimeContext } from "../index.js"; export declare function checklistCheckHandler(req: ChecklistCheckRequest, ctx: RuntimeContext): Promise>; //# sourceMappingURL=checklist-check.d.ts.map