export declare const capitalize: (str: string) => string;
export declare const uncapitalize: (str: string) => string;
