import type { IPhysicsClock } from "./IPhysicsClock"; /** * Null physics clock * * This class is used when wasm intergrated physics is not used */ export declare class NullPhysicsClock implements IPhysicsClock { getDeltaTime(): undefined; }