import type { Response } from 'express'; export declare function callAllFunctions(res: Response): void;