import type { transport } from '../client/type'; import { IAppState } from '../actions/State'; export declare const getHost: () => string; export declare const getSessionToken: (app: transport) => Promise; export declare const getAppstate: (app: transport) => Promise;