export declare class DCDataError extends Error { errors: { path: string; message: string; }[]; }