import * as ts from 'typescript';
export declare function getImplicitRole(node: ts.Node): string;
