import { ProductEngineType } from '@vertex-protocol/contracts'; import { EngineServerProductType } from '../types/serverQueryModelTypes.cjs'; declare function mapProductEngineType(productEngineType: ProductEngineType): EngineServerProductType; declare function mapEngineServerProductType(productEngineServerType: EngineServerProductType): ProductEngineType; export { mapEngineServerProductType, mapProductEngineType };