import type { Tag } from '@markdoc/markdoc';
export declare function isTag(value?: any): value is Tag;
