import type { Session as SessionShape } from '../CobrowseAPI.js' declare class Session { private constructor () } interface Session extends SessionShape {} export default Session