export interface TagContent {
    tag: string;
    value: string | number;
}
//# sourceMappingURL=tag-content.d.ts.map