export declare function capitalize(s?: string): string | undefined;
