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