export declare function truncateLogText(value: string, maxLength: number): string; export declare function normalizeLogMetadata(value: string): string; export declare function normalizeLogValue(key: string, value: unknown): unknown; //# sourceMappingURL=logMetadata.d.ts.map