import { Response } from 'express'; export declare function addNamespacesCSSToResponse(css: string, namespace: string, response: Response): void;