import { type UriSegment } from './parseUri'; export default function get(data: any, path: UriSegment): T;