declare const camel2Kebabu: (p: string) => string;
declare const kebabu2Camel: (p: string) => string;
export { camel2Kebabu, kebabu2Camel };
