export declare const compoundWords: (value: string, transformer: (result: string, word: string, index: number) => string) => string | undefined;