declare const hyphenate: (str: string) => string; declare const camelize: (str: string) => string; export { camelize, hyphenate };