export declare function getPropertyByPath(object: Record | undefined, path: string | string[]): any;