import { Hal } from './constants'; import { hal } from './decorators'; export declare class Template { private static l1; private static l4; private static params(href); private static decode(href); static apply(href: string, params: any): string; static link(resolved: hal.Overrides): Hal.Link; static express(href: string): string; }