/**
 * Creates a Proxy that wraps an object to stringify nested object values when accessed directly.
 * This allows Mustache to access properties of objects (e.g., {{user.name}}) while
 * stringifying objects that are accessed as leaf values (e.g., {{user.profile}}).
 */
export declare function createTemplateVariablesProxy<T>(obj: T): T;
//# sourceMappingURL=createTemplateVariablesProxy.d.ts.map