import { TPhysicsAgentDependencies, TPhysicsTransformAgent, TPhysicsTransformAgentParams } from '../../Models'; export declare function PhysicsTransformAgent(params: TPhysicsTransformAgentParams, { physicsLoop }: TPhysicsAgentDependencies): TPhysicsTransformAgent;