export declare function capitalize(s?: string): string | undefined;
export declare function normalizeForSort<T extends string | undefined>(s: T): T;
