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