import { type ErrorType, type Result } from '../ErrorResult.js'; import type { BaseSchema } from './BaseSchema.js'; import { type SchemaSpecification } from './SchemaSpecification.js'; export declare function schemaValidate(schema: BaseSchema): Result;