import { MasterCategory } from "./master-category"; export declare class MasterCategoryResponseApi { success: boolean; count: number; next: string; previus: string; data: MasterCategory[]; }