/** * Reuse the response-scoped CSP nonce for framework-owned inline elements. * During SSR it comes from the isolated render context; in the browser it is * recovered from a framework-generated element during hydration and SPA * updates. */ export declare function getDocumentNonce(): string | undefined; /** Read the nonce from the Suspense-safe server provider or the browser DOM. */ export declare function useDocumentNonce(): string | undefined; //# sourceMappingURL=csp-nonce.d.ts.map