declare const createCountdownLock: (keys: string[]) => { promise: Promise; unlock: (key: string) => boolean; }; export default createCountdownLock;