/** @noSelfInFile */ declare module '@asledgehammer/pipewrench' { export namespace org.lwjgl.util.vector { export type Matrix4f = any; export type Quaternion = any; export type Vector3f = any; } }