import * as ts from 'typescript'; import { Context } from '../context'; import { Reflection, ReflectionKind } from './reflection'; export declare function visitSymbol(symbol: ts.Symbol, ctx: Context): Reflection | undefined; export declare function symbolToKnownReflectionKind(symbol: ts.Symbol): ReflectionKind | undefined; //# sourceMappingURL=visitor.d.ts.map