import { TLoopService } from '../../Loop'; export type TTransformDriveServiceDependencies = Readonly<{ loopService: TLoopService; }>;