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