/** * Replaces `{{variable}}` placeholders in a prompt template with values from * the built action context. * * Unresolved variables are intentionally left as-is. This preserves the * runtime's namespaced context contract by making unsupported flat aliases * visible to recipe authors instead of silently substituting the wrong value. */ export declare function interpolatePrompt(template: string, context: Record): string; //# sourceMappingURL=interpolate.d.ts.map