declare const _default: (input: string) => string; /** * 驼峰命名 */ export default _default;