export declare const VerboseTraceFindMatch = false; export declare const VerboseTraceFindMatchFails = false; export declare const VerboseFunctionOutputFiltering = false; export declare const WarnOnMultipleMatches = false; export declare const BreakOnMatchFailure = false; export declare const VerboseLogFilteredEmptyValue = false; export declare const VerboseLogCallMountPoint = false; export declare const VerboseLogEveryPlanExecution = false; export declare const VerboseLogCacheActivity = false; export declare const VeryVerboseLogCacheActivity = false; export declare const MemoryTableExtraErrorMessages = true; export declare const StreamOverflowCheck = true; export declare const StreamOverflowCheckMs = 10000; export declare const StreamDebugOverflowWithStackTrace = false; export declare const StreamSuperTrace = false; export declare const StreamSuperDuperTrace = false; export declare const SocketClientCheckOutgoingData = true; export declare const StreamValidation = true; export declare const VerboseMessagePortLog = false; export declare const EnableWarningOnUnserializableData = true; export declare const StackTraceAllConsoleLogs = false; export declare const EnableSerializableTest = true; export declare const TaggedValueErrorOnUnknownTag = false; export declare const VerboseSocketLog = false; export declare const VerboseConnectionLog = false; export declare const AssertHandlerParseIsBidirectional = true; export declare const EnableQueryFreeze = true; export declare const EnableTableProxyWrapper = true; export declare const EnableDebugMonitor = false;