import { InterpolationType } from './InterpolationType'; export declare class Interpolation { id?: number; uuid: string; type: InterpolationType; maxPoints: number; }