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