export default class ValidationError extends Error { code?: string; constructor(msg: string, code?: string); }