import { System } from '@lastolivegames/becsy'; /** * Compute the points of the path according to the definition. */ export declare class ComputeCamera extends System { private readonly cameras; private readonly canvases; constructor(); execute(): void; private updateComputedCamera; private projection; private updateMatrix; private updateViewProjectionMatrix; }