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