import type { Dispatch } from '../../libs/cargo-hold'; import type { EntityId } from '../../libs/cargo-hold-entity'; import type { ProductInstanceState } from '../../libs/product-domain'; import type { FacadeCategoryData } from './facade.types'; export declare const getCategoryData: (dispatch: Dispatch, instance: ProductInstanceState, categoryId?: EntityId) => FacadeCategoryData | undefined;