import { Scores } from '@local-logic/client'; declare const useHelpers: ({ scoresData, score, round, }: { scoresData?: Partial; score: Partial; round?: boolean; }) => { textVal: string | undefined; scoreVal: number | null; cityName: string | undefined; cityScoreVal: number | null; neighbourhoodName: string | undefined; neighbourhoodScoreVal: number | null; }; export default useHelpers; //# sourceMappingURL=useHelpers.d.ts.map