export declare const screenshare: {
    /**
     * Stops the ongoing screenshare session.
     */
    stop: () => void;
};
