export declare const capitalize: (word: string) => string;
export declare const strictCapitalize: (word: string) => string;
