/** * Interpolates `template` against `data` (a plain object — `ctx.selection.object`, * already shape-flattened per Feature Field Resolution). Missing fields * interpolate to an empty string, same as a normal template-literal `undefined`. */ export declare function interpolateTemplate(template: string, data: Record): string;