/** Validate that `schema` is structurally a valid JSON Schema (subset). */ export declare function isValidJsonSchema(schema: unknown): boolean;