/** @tossdocs-ignore */ /** * @deprecated This feature is now available in the es-toolkit package. */ export declare const get: (obj: Record, path: string, defaultValue?: T | undefined) => T; /** * @deprecated This feature is now available in the es-toolkit package. */ export declare const set: (obj: Record, path: string, value: any) => Record;