import type { PrimitiveSchema } from './types.js'; export declare const checkPrimitiveSchema: (schema: PrimitiveSchema, path?: string) => void;