import { JSDoc } from "typescript"; /** * @description * It returns the values that all JSDoc tags of the provided name, have in the provide ast node. */ export declare function getJSDocTagValue(JSDoc: JSDoc, jsDocTagName: string): (null | string)[];