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