import ts from 'typescript'; import { Context } from '../../context'; import { FunctionReflection, MethodReflection } from './reflection'; export declare function nameFromDeclaration(symbol: ts.Symbol): string; export declare function visitFunction(symbol: ts.Symbol, ctx: Context): FunctionReflection; export declare function visitMethod(symbol: ts.Symbol, ctx: Context): MethodReflection; //# sourceMappingURL=index.d.ts.map