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