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