import WarehouseError from '../error';
declare class ValidationError extends WarehouseError {
}
export default ValidationError;
