import { Cache } from './index'; export declare class Locker extends Cache { lock(key: string): string; unlock(key: string): void; }