/// import { OnError } from "@ganbarodigital/ts-lib-error-reporting/lib/v1"; import { Uuid } from ".."; /** * Converts a human-readable UUID into an array of bytes */ export declare function uuidToBytes(uuid: Uuid, target?: Buffer): Buffer; /** * converts an array of bytes into a type-safe UUID */ export declare function uuidFromBytes(input: Buffer, onError?: OnError): Uuid; //# sourceMappingURL=bytes.d.ts.map