import type { Resolver } from '..'; import type { Brand } from '../clients/commerce/types/Brand'; import type { CategoryTree } from '../clients/commerce/types/CategoryTree'; import type { CollectionPageType } from '../clients/commerce/types/Portal'; export type Root = Brand | (CategoryTree & { level: number; }) | CollectionPageType; export declare const StoreCollection: Record>; //# sourceMappingURL=collection.d.ts.map