/** * Copyright IBM Corp. 2022, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ declare global { interface Window { NoticeChoice: any; } } export declare function getNcContentFromWindow(): any; export declare function resetToWorldWideContent(): void; export declare function pwsValueMap(value: any): any; export declare function processCustomText(input: string | { text?: string; optOutLink?: string; psLink?: string; ccpaLink?: string; }): string; //# sourceMappingURL=utils.d.ts.map