import { v4 as createGuid } from "uuid"; import * as hashObject from "object-hash"; declare function createRandomString(maxLength?: number): string; export { createGuid, createRandomString, hashObject };