export declare function stableJson(value: unknown): string; export declare function stableHash(value: string): string; export declare function wordParagraphId(value: string): string; export declare function normalizedDate(value: string): string; export declare function boundedMetadata(value: string, maximum: number): string;