import type { HasDiagnostics } from './types/diagnostic.js'; export type OpenapiCheckOptions = { specsDir: string; schemaDir: string; openapiPath: string; }; export type OpenapiCheckResult = HasDiagnostics; export declare function openapiCheck(opts: OpenapiCheckOptions): Promise; //# sourceMappingURL=openapiCheck.d.ts.map