import { IObject } from "soui4/IObject"; export class IInterpolator extends IObject{ getInterpolation():number; }