export declare function toDashCase(str: string): string;
