export default function useHelpers(): { capitalize: (str: string) => string; convertKeyToTitle: (str: string, separator?: string) => string; }; //# sourceMappingURL=useStringHelpers.d.ts.map