import { IControllerContainer, IStringMap, Node } from '../interfaces'; export declare const makeUrl: (node: Node, params: IStringMap, res?: string) => string; export declare const makeUriTemplate: (node: Node, res?: string) => string;