import type { ThreekitAuthProps } from '../../ThreekitAuthProps.js'; import { Route } from '../Route.js'; import { CatalogProducts } from './products/CatalogProducts.js'; export declare class Catalog extends Route { products: CatalogProducts; constructor(auth: ThreekitAuthProps); healthcheck(): Promise>; }