import ByteArray from '../internal/ByteArray.js'; import GroupIdentifier from './GroupIdentifier.js'; export default class GroupPublicParams extends ByteArray { private readonly __type?; constructor(contents: Uint8Array); getGroupIdentifier(): GroupIdentifier; }