import ByteArray from '../internal/ByteArray.js'; export default class GroupIdentifier extends ByteArray { private readonly __type?; static SIZE: number; constructor(contents: Uint8Array); /** Returns the group ID as a base64 string (with padding). */ toString(): string; }