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