/** * @author: JP Lew (jp@cto.ai) * @date: Monday, 29th April 2019 5:55:21 pm * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Friday, 13th September 2019 1:13:02 pm * @copyright (c) 2019 CTO.ai */ export declare const titleCase: (str: string) => string; export declare const pluralize: (str: string) => string; export declare const appendSuffix: (name: string, suffix: string) => string;