export declare const uncapitalizeFirstLetter: (str: string) => string;
