import ByteArray from '../internal/ByteArray.js'; export default class UuidCiphertext extends ByteArray { private readonly __type?; constructor(contents: Uint8Array); static serializeAndConcatenate(ciphertexts: UuidCiphertext[]): Uint8Array; }