import type { ProductConfig } from '@redocly/theme'; import type { ContentProvider } from '../../content/content-provider'; import type { AfterRoutesCreatedActions } from '../types'; export declare const resolveProductsConfig: (productsConfig: Record | undefined, actions: AfterRoutesCreatedActions, contentProvider: ContentProvider) => Promise<({ [x: string]: { icon?: string | undefined; name: string; folder: string; }; } & { [key: string]: import("@redocly/theme").ProductUiConfig; }) | undefined>; export declare function getProductFirstLink(relativePath: string, contentProvider: ContentProvider, actions: AfterRoutesCreatedActions): Promise; //# sourceMappingURL=resolve-products-config.d.ts.map