import { ISettlementGenerateProps, ISettlementDomainObject } from "../interfaces"; export declare const generate: (props?: ISettlementGenerateProps) => ISettlementDomainObject; declare const functions: { generate: (props?: ISettlementGenerateProps) => ISettlementDomainObject; }; export default functions;