/** * 转短横线命名 * fooBar → foo-bar */ export declare const kebabCase: (str: string) => string;