import { OnError } from "@ganbarodigital/ts-lib-error-reporting/lib/v1"; import { Uuid } from ".."; /** * Converts a human-readable UUID into an unformatted string * (i.e. with the '-' stripped out) */ export declare function uuidToUnformatted(uuid: Uuid): string; /** * converts an array of bytes into a type-safe UUID */ export declare function uuidFromUnformatted(input: string, onError?: OnError): Uuid; //# sourceMappingURL=unformatted.d.ts.map