export declare function stringCurrying(str: string, lowerCase?: boolean): (key: string) => boolean;