import { ActionError } from './ActionError';
export declare class DuplicateError extends ActionError {
    constructor(message: string, existingItemIdOrKey?: string | number | any, duplicateField?: string);
}
