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