import { IServiceIncome } from "../types"; export default function getTotalAmount(services: IServiceIncome[]): number;