import { Err } from "./types.js"; declare function validateObjPropTypes(obj: any, checks: [string, string][]): Err; export { validateObjPropTypes };