import { IUpdateVector } from '../interfaces'; export type TPrepareUpdateVectorFunction = (updateVector: IUpdateVector) => IUpdateVector; //# sourceMappingURL=prepare-update-vector-function.d.ts.map