import ts from 'typescript'; import { Context } from '../../context'; import { TypeAliasReflection } from './reflection'; export declare function visitTypeAlias(symbol: ts.Symbol, ctx: Context): TypeAliasReflection; //# sourceMappingURL=index.d.ts.map