declare const jsonSchemaValidationService: (schema: any, data: any) => any;
export default jsonSchemaValidationService;
