import { PliCnfBudgetProgramType } from "./pli-cnf-budget-program-type"; import { PliCnfBudgetProgramTypeSubitem } from "./pli-cnf-budget-program-type-subitem"; export declare class PliCnfBudgetProgramTypeItem { id: number; name: string; description: string; maxAmount: number; maxTotal: number; maxQuantity: number; required: boolean; position: number; createdAt: string; modifiedAt: string; pliCnfBudgetProgramType: PliCnfBudgetProgramType; lSubitem: PliCnfBudgetProgramTypeSubitem[]; constructor(); }