import type { Adapter } from '@yoot/yoot';
export { adapter };
/**
 * An adapter for Shopify URLs.
 *
 * @remarks Supports `cdn.shopify.com` URLs and maps `yoot` directives to Shopify path segments.
 * @public
 */
declare const adapter: Adapter;
