import { LIQUIDATION_TYPES } from './models/liquidation_types'; /** * @deprecated desde a versão 2.9.0. Use a função calculateLiquidationDate() em vez disso. */ declare const getLiquidationDate: (startDate: string, delay: any, hours?: number, liquidation_type?: LIQUIDATION_TYPES) => Promise; export default getLiquidationDate;