import { InterpolationType } from './InterpolationType'; /** @codex-xmi-id 5f7dc714-c52c-55ee-8e87-d4c040c08c02 */ export declare class Interpolation { id?: number; uuid: string; type: InterpolationType; maxPoints: number; }