export declare const capitalizeSingle: (val: any) => string;
export declare const capitalizeFull: (val: any) => any;
