export declare const firstLetterUpperCase: (s: string) => string; export declare const firstLetterLowerCase: (s: string) => string; export declare const getCompositeName: (fields: readonly string[]) => string; export declare const escapeQuotesAndMultilineSupport: (input: string | undefined) => string | undefined;