import { Session } from "./session.js"; export declare const createSession: (modelPath: string, proxy: boolean) => Promise;