export declare const sessionService: (api_url: any, grant_type: string, username: string, password: string, client_id: string, scope: string) => Promise; export declare const clearToken: () => void;