export declare const readObjectPath: <O extends Record<string, any>>(obj: O, path: string) => O | undefined;
