import type { ProductConfig } from '@redocly/theme/config'; export declare function findProductBySlug(products: ProductConfig[], slug: string, slugify: (relativePath: string) => string): { folder: string; icon?: string | undefined; name: string; } | undefined; //# sourceMappingURL=product.d.ts.map