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