export declare function commaSeparatedValues(arr: Array, conjunction?: null | string, ifempty?: string): string; export declare function toKebabCase(str: string | null | undefined): string;