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