/** SHA-256 hash helper for stable cache/content keys. */
export declare function hashText(value: string): string;
