export declare class JSONValidator { static validate(jsonFilePath: string, schemaPath: string): any; }