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