import { JSONSchemaType } from 'ajv';
import { Mapping } from './mapping.interface';
export declare const mappingSchema: JSONSchemaType<Mapping>;
