import type { ValueOrNestedValue } from '@staticcms/core'; export default function useData(value: O, path?: string, preprocessor?: (value: I) => O | Promise): O;