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