export declare const dashToPascalCase: (str: string) => string;
export declare const camelToDashCase: (str: string) => string;
