export interface RawByteStringStackItem extends RawStackItemBase { readonly type: 'ByteString'; readonly value: string; }