import { TParticlesParams, TParticlesServiceDependencies, TParticlesTransformDrive } from '../Models'; export declare function ParticlesTransformDrive(params: TParticlesParams, { transformDriveService }: Pick, relatedEntityId: string): TParticlesTransformDrive;