import { type KeyValueMap } from '../types.js'; export declare const stringify: (obj: T, content?: string) => string; export declare const parse: (string: string) => T;