import { Integer } from "./types";
export declare class IntegerFactory {
    private static readonly map;
    static get(value: number): Integer;
}
