export declare const encode: (value: any, indent?: number | undefined) => string; export declare const decode: (value: string) => any;