declare const hyphenate: (str: string) => string;

export { hyphenate };
