import type { Symbol } from './ts-morph.ts'; /** Gets the description from a symbol's JSDoc or leading comment range. */ export declare function getSymbolDescription(symbol: Symbol): string | undefined;