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