/** * @see lowerFirst */ declare const LowerFirst: (string: string) => string; export default LowerFirst;