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