import * as ts from 'typescript';
declare function getImplicitRoleForLink(node: ts.Node): string;
export { getImplicitRoleForLink as link };
