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