import type { ProductDomainState } from './product.types'; export declare const productDomainInitialState: ProductDomainState;