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