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