import type { CachedAbTest } from './middleware/types'; /** * Given a testsByPath map and a variant slug, returns the canonical * (user-facing) path that owns the variant. * * Useful in page-test route handlers to set the correct canonical URL * in metadata rather than exposing the internal variant path. * * @returns The canonical path (e.g. '/services/'), or undefined if not found. */ export declare function findCanonicalPath(testsByPath: Record, variantSlug: string): string | undefined; //# sourceMappingURL=utils.d.ts.map