import { getConfig } from './config'; export declare class Template { private getConfig; constructor(getConfig: getConfig); bind(phone: string, name: string, parametersValues: any): Promise<{ text: string; }>; }