/** * Construct a new mutable map by copying this one */ export declare const toMutable: (m: ReadonlyMap) => Map; //# sourceMappingURL=destructors.d.ts.map