import ByteArray from '../internal/ByteArray.js'; export default class ProfileKeyVersion extends ByteArray { private readonly __type?; static SIZE: number; constructor(contents: Uint8Array | string); toString(): string; }