export { defineConfig, registerProtocolDefaults } from "./runtime-defaults.js"; export { getAppConfigSchema } from "./config-schema.js"; export { createFrameworkConnectionPlan, defineFrameworkIntegration, FrameworkIntegrationRegistry, getFrameworkProfile, listFrameworkProfiles, type FrameworkConnectionCheck, type FrameworkConnectionPlan, type FrameworkConnectionRequest, type FrameworkConfigRenderContext, type FrameworkIntegrationContext, type FrameworkIntegrationProvider, type DistributionCompatibilityAudit, type FrameworkId, type FrameworkKind, type FrameworkProfile, type FrameworkProtocol, type FrameworkTransport, type FrameworkVerificationLevel, } from "./framework-integration.js"; export { listFrameworkEcosystem, type EcosystemEntryKind, type EcosystemPriority, type FrameworkEcosystemEntry, } from "./framework-ecosystem.js"; export { frameworkIntegrationCandidates, loadFrameworkIntegration, loadFrameworkIntegrations, type LoadedFrameworkIntegration, } from "./framework-integration-loader.js"; export { parseRuntimeConfig, validateRuntimeConfig, type RuntimeConfigIssue, } from "./runtime-config-validator.js"; export { AdapterRegistry, ApplicationRegistry, ProtocolRegistry, defineApplication, Adapter, Account, Protocol, BaseApp, SqliteDB, Router, CommonEvent, CommonTypes, AccountStatus, AdapterError, ErrorCategory, ErrorSeverity, NetworkError, OneBotsError, ResourceError, RuntimeError, UnsupportedCapabilityError, ValidationError, type Schema, type RouterContext, type Next, type Dict, type WsServer, type ActiveApplicationInfo, type ApplicationApplyContext, type ApplicationConnection, type ApplicationDefinition, type ApplicationDispatchContext, type ApplicationProtocolCapability, type ApplicationProtocolExtension, type ApplicationStartContext, type ApplicationStopContext, type AdapterCapabilityManifest, type CapabilityDescriptor, type ReverseWebSocketOptions, type MediaSourceInput, type MaterializedMedia, type PlatformActionHandler, type PlatformActionContractErrors, type PlatformActionParameterMap, type UnexpectedPlatformActionParameter, type PlatformActionParams, type PlatformActionRegistry, type PlatformHttpActionParamRule, type PlatformHttpActionRoute, type PlatformHttpActionRequest, type PlatformHttpActionValidationIssue, type PlatformHttpStringParamRule, type PlatformHttpIntegerParamRule, type PlatformHttpBooleanParamRule, type PlatformHttpArrayParamRule, type PlatformHttpObjectArrayParamRule, type PlatformHttpConditionalRequirement, type PlatformHttpGetActionRoute, type PlatformHttpPostActionRoute, type RefreshableValueResult, type EventDeliveryStore, type EventDeliveryRetry, type OrderedEventDeliveryQueueOptions, ConnectionManager, ReverseWebSocketSession, RetryPresets, yaml, configure, readLine, dateLikeToEventMs, toUnixSeconds, unixSecondsToEventMs, unixMillisToEventMs, coerceUnixToEventMs, requirePositiveIntegerParam, requireNonEmptyStringParam, requireBooleanParam, readPackageVersion, readPackageVersionFile, materializeMediaSource, definePlatformActions, definePlatformActionContract, definePlatformActionHandlers, definePlatformHttpActionRoutes, isCanonicalAdapterAction, isSafeAbsoluteApiPath, emitAllAwaited, emitAwaited, KeyedSingleFlight, FailureCollector, mapConcurrent, RefreshableValue, RecentEventDeduplicator, ReliableEventIngress, OrderedEventDeliveryQueue, sha256Json, sha256Text, stableJsonStringify, defineAdapterCapabilities, restrictAdapterEventCapabilities, definePlatformActionCapabilities, assertAdapterCapabilities, assertAdapterCapabilityContract, assertSupportedActionsImplemented, adapterActionMethodName, listSupportedActions, decryptWechatCallback, decryptWechatCallbackFor, extractWechatEncryptedPayload, parseWechatXml, verifyWechatCallbackSignature, createWechatJsApiSignature, type WechatJsApiSignature, type WechatJsApiSignatureOptions, buildProxyUrl, maskProxyUrl, createProxyAgent, createHttpsProxyAgent, createSocksProxyAgent, createManagedTokenValidator, initTokenManager, ConfigValidator, } from "@onebots/core"; //# sourceMappingURL=index.d.ts.map