import { RaftTypeE } from "@robotical/webapp-types/dist-types/src/types/raft";
import { AnalyticsDeviceInfo } from "../types/types";
export declare const startSession: (sessionId: string, deviceId: string, robotId: string, raftType: RaftTypeE, deviceInfo?: AnalyticsDeviceInfo) => Promise<boolean>;
