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