import { Position, Tag } from "../types.js";
export declare function createTag(position: Position, value: string): Tag;
