export declare const make_map: <K, V>() => Map<K, V>;
export declare const make_set: <X>() => Set<X>;
