/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace java.util.concurrent.locks { export type ReentrantLock = any; } }