import { Request } from 'express'; export declare const templateRouteHandler: (request: Request, response: any) => Promise;