export interface CapitalizeTransformOptions { allWords?: boolean; combineWords?: boolean; firstCharLower?: boolean; separator?: string; }