export declare function stringifyRedactedJson(value: unknown, fallbackValue?: unknown): string; export declare function stringifyRedactedAttributeValue(value: object, fallbackValue?: string): string; //# sourceMappingURL=serialization.d.ts.map