import NodeCache from "node-cache"; export declare class AutnumCache { autnumCache: NodeCache; rangeCache: NodeCache; constructor(); get(autonomousSystemNumber: number): Promise; reset(): Promise; flush(): void; }