export interface RawAnyStackItem extends RawStackItemBase { readonly type: 'Any'; readonly value: undefined; }