export declare const camelToUnderline: (str: string) => string;
export declare const underlineToCamel: (str: string) => string;
