declare function kebabCase(str: string): string;

export = kebabCase;
