import { Observable } from '@nativescript/core'; export declare const FullStoryLogTag = "FullStory SDK"; export declare enum FullStoryEvents { startSession = "startSession", stopSession = "stopSession", terminateWithError = "terminateWithError" } export declare class FullstorySDKCommon extends Observable { static Debug: boolean; static Events(): Observable; static Log(...args: Array): void; }