export declare const stringify: (obj: Record) => string; export declare const parse: (str: string) => Record;