function interpolateimport { interpolate } from "https://dotland.deno.dev/x/rambda@9.4.1/files/index.d.ts"; interpolate(inputWithTags: string, templateArguments: object): stringinterpolate(inputWithTags: string): (templateArguments: object) => stringParametersinputWithTags: stringtemplateArguments: objectReturnsstringParametersinputWithTags: stringReturns(templateArguments: object) => string