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