import ByteArray from '../internal/ByteArray.js'; import UuidCiphertext from '../groups/UuidCiphertext.js'; import ProfileKeyCiphertext from '../groups/ProfileKeyCiphertext.js'; export default class ProfileKeyCredentialPresentation extends ByteArray { private readonly __type?; constructor(contents: Uint8Array); getUuidCiphertext(): UuidCiphertext; getProfileKeyCiphertext(): ProfileKeyCiphertext; }