import type { DetectionPattern } from '../types.js'; /** * Detection pattern for Storefront Next (Odyssey) projects. * * Detects (1) storefront-next-template and similar: root package.json has * @salesforce/storefront-next* dependency or name starting with "storefront-next". * (2) storefront-next monorepo: root has no signal but a workspace package has * the dependency or name (e.g. https://github.com/SalesforceCommerceCloud/storefront-next). */ export declare const storefrontNextPattern: DetectionPattern;