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