import { EntityDefinition, EntityService, ShipHoldBuilders } from '../interfaces'; export declare const service: (definition: EntityDefinition, sh: ShipHoldBuilders) => EntityService;