import { Response } from 'express'; export declare function addNamespace(code: string, response: Response, widgetNamespace: string): void;