import LiveSet from '.';

export default function merge<T>(liveSets: Array<LiveSet<T>>): LiveSet<T>;
