import type { ThreekitAuthProps } from '../../ThreekitAuthProps.js'; import { Route } from '../Route.js'; export type TranslationQueryProps = { assetId?: string; }; export declare class Products extends Route { constructor(auth: ThreekitAuthProps); healthcheck(): Promise>; }