import * as ts from 'typescript'; export default function eventNameNormalizer(): ts.TransformerFactory; export declare function normalize(eventName: string): string;