import PQueue from 'p-queue';
export declare function getQueue(url: string): PQueue | null;
export declare function clear(): void;
