/** * replace capitals with space + lower case equivalent for later parsing */ export declare function kebabCase(str: string): string;