import type { RequiredProperties } from "./index";
export declare const checkRequiredProperties: (json: Record<string, any>, schema: RequiredProperties) => string[];
