declare const capitalize: (text: string, restLowercase?: boolean) => string; export { capitalize, }; //# sourceMappingURL=capitalize.d.ts.map