export declare const ActiveTab: { readonly Apis: "apis"; readonly Analytics: "analytics"; readonly Logs: "logs"; readonly Perf: "perf"; readonly Redux: "redux"; readonly Crash: "crash"; readonly Push: "push"; readonly Socket: "socket"; readonly Device: "device"; readonly Storage: "storage"; readonly Debugging: "debugging"; readonly Media: "media"; }; export type ActiveTab = (typeof ActiveTab)[keyof typeof ActiveTab]; export declare const Method: { readonly All: "ALL"; readonly Get: "GET"; readonly Post: "POST"; readonly Put: "PUT"; readonly Patch: "PATCH"; readonly Delete: "DELETE"; readonly Query: "QUERY"; readonly Options: "OPTIONS"; readonly Head: "HEAD"; }; export type Method = (typeof Method)[keyof typeof Method]; export declare const StatusFilter: { readonly All: "ALL"; readonly TwoXx: "2xx"; readonly ThreeXx: "3xx"; readonly FourXx: "4xx"; readonly FiveXx: "5xx"; readonly Failed: "Failed"; }; export type StatusFilter = (typeof StatusFilter)[keyof typeof StatusFilter] | string; export declare const SortOrder: { readonly Newest: "newest"; readonly Oldest: "oldest"; }; export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder]; export declare const LocalFilter: { readonly Success: "success"; readonly Failed: "failed"; readonly Loading: "loading"; }; export type LocalFilter = (typeof LocalFilter)[keyof typeof LocalFilter]; export declare const ModalAnimationType: { readonly Slide: "slide"; readonly Fade: "fade"; readonly None: "none"; }; export type ModalAnimationType = (typeof ModalAnimationType)[keyof typeof ModalAnimationType]; export declare const SettingsPage: { readonly Main: "main"; readonly Apis: "apis"; readonly Logs: "logs"; readonly Analytics: "analytics"; readonly Redux: "redux"; readonly Crash: "crash"; readonly Device: "device"; readonly Storage: "storage"; readonly Debugging: "debugging"; readonly Media: "media"; readonly Push: "push"; readonly Socket: "socket"; }; export type SettingsPage = (typeof SettingsPage)[keyof typeof SettingsPage] | null; export declare const SettingsSubTab: { readonly Module: "module"; readonly Ui: "ui"; readonly Limits: "limits"; readonly Capture: "capture"; }; export type SettingsSubTab = (typeof SettingsSubTab)[keyof typeof SettingsSubTab]; export declare const LogFilter: { readonly All: "all"; readonly Info: "info"; readonly Warn: "warn"; readonly Error: "error"; readonly UserLog: "user-log"; readonly Analytics: "analytics"; }; export type LogFilter = (typeof LogFilter)[keyof typeof LogFilter]; export declare const ConsoleLogType: { readonly Info: "info"; readonly Warn: "warn"; readonly Error: "error"; }; export type ConsoleLogType = (typeof ConsoleLogType)[keyof typeof ConsoleLogType]; export declare const AnalyticsEventSource: { readonly Firebase: "firebase"; readonly Manual: "manual"; }; export type AnalyticsEventSource = (typeof AnalyticsEventSource)[keyof typeof AnalyticsEventSource]; export declare const GAEventCategory: { readonly PageView: "page_view"; readonly Ecommerce: "ecommerce"; readonly System: "system"; readonly Custom: "custom"; }; export type GAEventCategory = (typeof GAEventCategory)[keyof typeof GAEventCategory]; export declare const StackFrameType: { readonly App: "app"; readonly Dependency: "dependency"; readonly Runtime: "runtime"; readonly Native: "native"; }; export type StackFrameType = (typeof StackFrameType)[keyof typeof StackFrameType]; export declare const DiffResultType: { readonly Added: "added"; readonly Removed: "removed"; readonly Changed: "changed"; }; export type DiffResultType = (typeof DiffResultType)[keyof typeof DiffResultType]; export declare const CrashType: { readonly Native: "native"; readonly Js: "js"; readonly Promise: "promise"; readonly Render: "render"; readonly Custom: "custom"; }; export type CrashType = (typeof CrashType)[keyof typeof CrashType]; export declare const CrashExportFormat: { readonly Text: "text"; readonly Markdown: "markdown"; readonly Json: "json"; }; export type CrashExportFormat = (typeof CrashExportFormat)[keyof typeof CrashExportFormat]; export declare const CrashDetailSubTab: { readonly Stack: "stack"; readonly Diagnostics: "diagnostics"; readonly Breadcrumbs: "breadcrumbs"; readonly Raw: "raw"; }; export type CrashDetailSubTab = (typeof CrashDetailSubTab)[keyof typeof CrashDetailSubTab]; export declare const CrashFilterType: { readonly All: "all"; readonly Fatal: "fatal"; readonly Js: "js"; readonly Promise: "promise"; readonly Render: "render"; readonly Native: "native"; }; export type CrashFilterType = (typeof CrashFilterType)[keyof typeof CrashFilterType]; export declare const BreadcrumbType: { readonly Navigation: "navigation"; readonly Network: "network"; readonly Redux: "redux"; readonly Console: "console"; readonly User: "user"; readonly System: "system"; }; export type BreadcrumbType = (typeof BreadcrumbType)[keyof typeof BreadcrumbType]; export declare const PushAppState: { readonly Foreground: "foreground"; readonly Background: "background"; readonly Quit: "quit"; readonly ColdStart: "cold_start"; }; export type PushAppState = (typeof PushAppState)[keyof typeof PushAppState] | string; export declare const PushActionType: { readonly Received: "received"; readonly Opened: "opened"; readonly Dismissed: "dismissed"; readonly ActionPress: "action_press"; }; export type PushActionType = (typeof PushActionType)[keyof typeof PushActionType] | string; export declare const PushDetailSubTab: { readonly Preview: "preview"; readonly Payload: "payload"; readonly Headers: "headers"; readonly Raw: "raw"; }; export type PushDetailSubTab = (typeof PushDetailSubTab)[keyof typeof PushDetailSubTab]; export declare const PushFilterType: { readonly All: "all"; readonly Foreground: "foreground"; readonly Background: "background"; readonly Opened: "opened"; }; export type PushFilterType = (typeof PushFilterType)[keyof typeof PushFilterType] | string; export declare const SocketStatus: { readonly Connecting: "connecting"; readonly Open: "open"; readonly Closed: "closed"; readonly Error: "error"; }; export type SocketStatus = (typeof SocketStatus)[keyof typeof SocketStatus] | string; export declare const SocketFrameDirection: { readonly Send: "send"; readonly Receive: "receive"; }; export type SocketFrameDirection = (typeof SocketFrameDirection)[keyof typeof SocketFrameDirection]; export declare const SocketFrameType: { readonly Text: "text"; readonly Json: "json"; readonly Binary: "binary"; readonly Ping: "ping"; readonly Pong: "pong"; readonly SocketIo: "socket.io"; readonly Custom: "custom"; }; export type SocketFrameType = (typeof SocketFrameType)[keyof typeof SocketFrameType] | string; export declare const SocketDetailSubTab: { readonly Messages: "messages"; readonly Overview: "overview"; readonly Params: "params"; readonly Raw: "raw"; }; export type SocketDetailSubTab = (typeof SocketDetailSubTab)[keyof typeof SocketDetailSubTab]; export declare const SocketFilterType: { readonly All: "all"; readonly Open: "open"; readonly Closed: "closed"; readonly Error: "error"; readonly SocketIo: "socket.io"; readonly WebSocket: "ws"; }; export type SocketFilterType = (typeof SocketFilterType)[keyof typeof SocketFilterType] | string;