import type { StringObject } from '../../types'; export declare function spreadObject(obj: Record): StringObject;