export declare class DuplicatedDataError extends Error { constructor(entity: string, field?: string); }