import type { Resolver } from '..'; import type { PromiseType } from '../../../typings'; import type { StoreProduct } from './product'; export type Root = PromiseType>; export declare const StoreProductGroup: Record>; //# sourceMappingURL=productGroup.d.ts.map