export declare const extractValueByKeyPath: (source: unknown, keyPath: string) => T | undefined; export declare const expandKeyPathToPlainObject: (originObj: Record) => Record;