export declare function toDashCase(string: string, from?: string): string;
