import { Section } from './section'; import { BudgetAppointment } from './budget-appointment'; import { CreditStudy } from './credit-study'; import { Guarantee } from './guarantee'; export declare class Legalization { section: Section; budgetAppointment: BudgetAppointment; creditStudy: CreditStudy; guarantee: Guarantee; }