import Session from '../Session'; export declare function addInputOutput(session: Session, canvas: HTMLCanvasElement, outputId: string): void;