import ByteArray from '../internal/ByteArray.js'; import ReceiptSerial from './ReceiptSerial.js'; export default class ReceiptCredentialPresentation extends ByteArray { private readonly __type?; static SIZE: number; constructor(contents: Uint8Array); getReceiptExpirationTime(): number; getReceiptLevel(): bigint; getReceiptSerialBytes(): ReceiptSerial; }