/**
 * Fixed function simulation engine for ribbons
 */
export class RibbonXFixedPhysicsSimulator {
    /**
     *
     * @param {RibbonX} ribbon
     * @param {number} max_age
     * @param {number} timeDelta
     */
    update(ribbon: RibbonX, max_age: number, timeDelta: number): void;
}
//# sourceMappingURL=RibbonXFixedPhysicsSimulator.d.ts.map