import { type PropertyValidators, type Value } from "convex/values"; export declare function checkArgs(args: Value, validator: PropertyValidators | undefined): void; //# sourceMappingURL=validator.d.ts.map