import { CategoryService } from "../Services/Catalog/CategoryService";
import { ProductService } from "../Services/Catalog/ProductService";
export declare class Lc {
CategoryService: CategoryService;
ProductService: ProductService;
ServiceBaseUrl: string;
Id: number;
Create: Function;
}