/** Escapes `& < > " '` — safe for text nodes and quoted attribute values. */ export declare function escapeHtml(value: unknown): string; /** * `JSON.stringify` a value so it can be embedded inside an inline `"`) terminating * the block early. */ export declare function scriptJson(value: unknown): string; export interface PageCspOptions { /** The exact source text of each inline `