/** * @see lowerFirst */ declare const LowerFirst: (string: string) => string; export default LowerFirst; //# sourceMappingURL=lower-first.d.ts.map