import { Normalizer } from "./normalizer"; export declare class TypescriptNameNormalizer implements Normalizer { normalize(name: string): string; }