import { CategoryService } from 'src/category/category.service';
export declare class CategoryUserController {
    private catService;
    constructor(catService: CategoryService);
    getCities(): Promise<import("../../../typeorm/Category").category[]>;
}
