export declare const useCamel2kebab: (str: string, mark?: '-' | '_') => string;