export declare const parse: (input: string) => unknown; export declare const stringify: (input: unknown) => string;