export declare class LockItem {
    clientId: string;
    expiresAt: number;
}
