export declare class SessionService {
    static instance: SessionService;
    startSession(): Promise<void>;
}
