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