import { JSONSchema } from './types/JSONSchema'; export declare function validate(schema: JSONSchema, filename: string): string[];