/**
 * Stringifies a value to be injected into JavaScript "text" - preserves `undefined` values.
 */
export declare function stringify(value: any): string;
export declare function revive(value: any): any;
export type Stringify = typeof stringify;
export type Revive = typeof revive;
//# sourceMappingURL=serialization.d.ts.map