/**
 * The time between polls for the lock document.
 * @author Benedikt Arnarsson
 */
declare const LOCK_POLL_INTERVAL_MS = 50;
export default LOCK_POLL_INTERVAL_MS;
