import { Request, Response } from 'express'; import { getConfig } from '../services/config'; export declare class TemplatesController { private getConfig; constructor(getConfig: getConfig); index(req: Request, res: Response): Promise>>; }