import type { AnyObject, Filesystem, ThrowOnErrorOption, ValidateResult } from '../types/index.js'; export type ValidateOptions = ThrowOnErrorOption; /** * Validates an OpenAPI document */ export declare function validate(value: string | AnyObject | Filesystem, options?: ValidateOptions): Promise; //# sourceMappingURL=validate.d.ts.map