export declare const titleize: (sentence: string) => string; export declare const joinPresent: (array: string[], separator: string) => string; export declare const camelToSnakeCase: (word: string) => string;