import { Location, TagAnnotation, TagElement } from "@veltdev/types";
export declare function useTagUtils(): TagElement | undefined;
export declare function useTagAnnotations(documentId?: string, location?: Location): TagAnnotation[] | null;
