import { JSONSchema, NormalizedJSONSchema } from './types/JSONSchema'; import { Options } from './'; export declare function normalize(schema: JSONSchema, filename: string, options: Options): NormalizedJSONSchema;