import ts from "typescript";
export declare function hasJsDocTag(node: ts.Node, tagName: string): boolean;
