export declare function getAttributeValueByPath<TRecord>(record: TRecord, path: Array<string | number>): any;