import { ApiPlatformError } from '../../errors'; export declare class MappingError extends ApiPlatformError { constructor(message?: string); }