export interface SimulationEstimatedMonthlyIncomeApiDto {
    amount?: string;
    currency?: string;
}
export declare namespace SimulationEstimatedMonthlyIncomeApiDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=simulationEstimatedMonthlyIncomeApiDto.d.ts.map