export declare function encodeFromUUID(prefix: string, uuidStr: string): string; export declare function uuidStringToBytes(uuidStr: string): Uint8Array; //# sourceMappingURL=encoders.d.ts.map