import { PliCnfBudgetProgramTypeItem } from "./pli-cnf-budget-program-type-item"; export declare class PliCnfBudgetProgramType { id: number; name: string; maxAmount: number; baseMoney: string; promCodigo: number; ownFundsAllowed: boolean; otherRates: boolean; dateAllowed: boolean; createdAt: string; modifiedAt: string; lProgramTypeItem: PliCnfBudgetProgramTypeItem[]; constructor(); }