import { Get } from 'type-fest'; import { M as Many } from './Many-084928e2.js'; /** * Gets the value at path of object. * * Allows accessing properties in unions of objects and getting undefined if the property is not present. */ declare function get>(object: T, path: Path): Get; export { get as g };