import { RepaymentScheduleConfig, TrancheConfig } from "../config"; export declare const jsonToScheduleConfig: (path: string) => Promise; export declare const jsonToTranchesConfig: (path: string) => Promise; //# sourceMappingURL=configs.utils.d.ts.map