export declare function getByPath<T>(path: string[], obj: unknown): T | undefined;
