export declare const splitWords: (name: string) => { beforeLastWord: string | undefined; lastWord: string; }; //# sourceMappingURL=utils.d.ts.map