export class BlendSpacePoint {
    /**
     * Vector in the blend space
     * @type {number[]}
     */
    position: number[];
    /**
     *
     * @type {BlendState}
     */
    state: BlendState;
}
//# sourceMappingURL=BlendSpacePoint.d.ts.map