export declare const lock: (uid: string) => Promise; export declare const unlock: (uid: string) => void; //# sourceMappingURL=Lock.d.ts.map