declare const hardenUnreliableRequest: (req: () => Promise, fallbackResponse: T) => Promise; declare const getRandomUUID: () => string; declare const setIfDoesNotExist: (into: any, path: string[], what: U) => void; declare const set: (into: any, path: string[], what: U) => void; export { getRandomUUID, hardenUnreliableRequest, set, setIfDoesNotExist };