import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Copies each element of an `ImmutableMap` into a new `ImmutableMap`. * @tsplus getter ImmutableMap copy * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/copy" */ export declare function copy(self: ImmutableMap): ImmutableMap; //# sourceMappingURL=copy.d.ts.map