import { JSDoc, Node } from "typescript"; /** * @description * If it returns an array then this is not a zero length array. */ export declare function getJsDocOfAstNode(astNode: Node): JSDoc[] | undefined;