import { CODE, type StateDefinition, type Ranges, type Meta } from "../internal"; export interface TagNameMeta extends Meta, Ranges.Template { shorthandCode: -1 | CODE.NUMBER_SIGN | CODE.PERIOD; } export declare const TAG_NAME: StateDefinition;