import { TagType } from "./_type"; export interface _Tag { readonly type: TagType; }