/** * 获取路径模式 Key 对应数据 * @param record * @param pathKey */ export declare function getValueByPathKey(record: Record, pathKey: string): any;