/**
 * Convert an identifier string to a dash form
 *
 * @param input The identifier string
 * @returns the ientifier in dash form
 */
export declare function toDashCase(input: string): string;
export default toDashCase;
