/** * From underscore.string library * turn a string into a-string */ export declare const dasherize: (str: string) => string;