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