import { SoundexTransform } from "./SoundexTransform"; export declare namespace Transform { const Soundex: typeof SoundexTransform; }