declare function getPropertyByPath(source: { [key: string]: unknown; }, path: string | Array): unknown; export { getPropertyByPath };