declare function template(thing: string): (obj: any) => string; export default template;