import type { TwingContext } from "../context";
export declare function mergeIterables<V>(iterable1: TwingContext<any, V> | Map<any, V>, iterable2: TwingContext<any, V> | Map<any, V>): Map<any, V>;
