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