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