/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /** * Calculates a CSP compatible hash of an inline script. * @param scriptText Text between opening and closing script tag. Has to * include whitespaces and newlines! * @returns The hash of the text formatted appropriately for CSP. */ export declare function hashTextContent(scriptText: string): string; /** * Finds all `