import type {useRevalidator} from 'react-router'

export type Revalidator = ReturnType<typeof useRevalidator>
