import { ImmutableMap } from "@tsplus/stdlib/collections/ImmutableMap/definition"; /** * Returns the number of elements contained within the map. * @tsplus getter ImmutableMap size * @tsplus location "@tsplus/stdlib/collections/ImmutableMap/size" */ export declare function size(self: ImmutableMap): number; //# sourceMappingURL=size.d.ts.map