export declare function stringify(input: unknown): string;
export declare function parse(input: string): any;