export declare function _withLock(name: string, timeoutMs: number | null, warnAfterMs: number | null, block: unknown): Promise;