@atproto/ozone
Version:
Backend service for moderating the Bluesky network.
524 lines • 88.3 kB
TypeScript
/**
* GENERATED CODE - DO NOT MODIFY
*/
import { type Auth, type Options as XrpcOptions, Server as XrpcServer, type StreamConfigOrHandler, type MethodConfigOrHandler } from '@atproto/xrpc-server';
import * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
import * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
import * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles.js';
import * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions.js';
import * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences.js';
import * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors.js';
import * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead.js';
import * as AppBskyAgeassuranceBegin from './types/app/bsky/ageassurance/begin.js';
import * as AppBskyAgeassuranceGetConfig from './types/app/bsky/ageassurance/getConfig.js';
import * as AppBskyAgeassuranceGetState from './types/app/bsky/ageassurance/getState.js';
import * as AppBskyBookmarkCreateBookmark from './types/app/bsky/bookmark/createBookmark.js';
import * as AppBskyBookmarkDeleteBookmark from './types/app/bsky/bookmark/deleteBookmark.js';
import * as AppBskyBookmarkGetBookmarks from './types/app/bsky/bookmark/getBookmarks.js';
import * as AppBskyContactDismissMatch from './types/app/bsky/contact/dismissMatch.js';
import * as AppBskyContactGetMatches from './types/app/bsky/contact/getMatches.js';
import * as AppBskyContactGetSyncStatus from './types/app/bsky/contact/getSyncStatus.js';
import * as AppBskyContactImportContacts from './types/app/bsky/contact/importContacts.js';
import * as AppBskyContactRemoveData from './types/app/bsky/contact/removeData.js';
import * as AppBskyContactSendNotification from './types/app/bsky/contact/sendNotification.js';
import * as AppBskyContactStartPhoneVerification from './types/app/bsky/contact/startPhoneVerification.js';
import * as AppBskyContactVerifyPhone from './types/app/bsky/contact/verifyPhone.js';
import * as AppBskyDraftCreateDraft from './types/app/bsky/draft/createDraft.js';
import * as AppBskyDraftDeleteDraft from './types/app/bsky/draft/deleteDraft.js';
import * as AppBskyDraftGetDrafts from './types/app/bsky/draft/getDrafts.js';
import * as AppBskyDraftUpdateDraft from './types/app/bsky/draft/updateDraft.js';
import * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator.js';
import * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds.js';
import * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes.js';
import * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed.js';
import * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed.js';
import * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator.js';
import * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators.js';
import * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton.js';
import * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes.js';
import * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed.js';
import * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread.js';
import * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts.js';
import * as AppBskyFeedGetQuotes from './types/app/bsky/feed/getQuotes.js';
import * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy.js';
import * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds.js';
import * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline.js';
import * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts.js';
import * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions.js';
import * as AppBskyGraphGetActorStarterPacks from './types/app/bsky/graph/getActorStarterPacks.js';
import * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks.js';
import * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers.js';
import * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows.js';
import * as AppBskyGraphGetKnownFollowers from './types/app/bsky/graph/getKnownFollowers.js';
import * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
import * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
import * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
import * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
import * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
import * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
import * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
import * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
import * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
import * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
import * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
import * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor.js';
import * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList.js';
import * as AppBskyGraphMuteThread from './types/app/bsky/graph/muteThread.js';
import * as AppBskyGraphSearchStarterPacks from './types/app/bsky/graph/searchStarterPacks.js';
import * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor.js';
import * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList.js';
import * as AppBskyGraphUnmuteThread from './types/app/bsky/graph/unmuteThread.js';
import * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices.js';
import * as AppBskyNotificationGetPreferences from './types/app/bsky/notification/getPreferences.js';
import * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount.js';
import * as AppBskyNotificationListActivitySubscriptions from './types/app/bsky/notification/listActivitySubscriptions.js';
import * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications.js';
import * as AppBskyNotificationPutActivitySubscription from './types/app/bsky/notification/putActivitySubscription.js';
import * as AppBskyNotificationPutPreferences from './types/app/bsky/notification/putPreferences.js';
import * as AppBskyNotificationPutPreferencesV2 from './types/app/bsky/notification/putPreferencesV2.js';
import * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush.js';
import * as AppBskyNotificationUnregisterPush from './types/app/bsky/notification/unregisterPush.js';
import * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen.js';
import * as AppBskyUnspeccedGetAgeAssuranceState from './types/app/bsky/unspecced/getAgeAssuranceState.js';
import * as AppBskyUnspeccedGetConfig from './types/app/bsky/unspecced/getConfig.js';
import * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacks from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacks.js';
import * as AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedStarterPacksSkeleton.js';
import * as AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton from './types/app/bsky/unspecced/getOnboardingSuggestedUsersSkeleton.js';
import * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators.js';
import * as AppBskyUnspeccedGetPostThreadOtherV2 from './types/app/bsky/unspecced/getPostThreadOtherV2.js';
import * as AppBskyUnspeccedGetPostThreadV2 from './types/app/bsky/unspecced/getPostThreadV2.js';
import * as AppBskyUnspeccedGetSuggestedFeeds from './types/app/bsky/unspecced/getSuggestedFeeds.js';
import * as AppBskyUnspeccedGetSuggestedFeedsSkeleton from './types/app/bsky/unspecced/getSuggestedFeedsSkeleton.js';
import * as AppBskyUnspeccedGetSuggestedOnboardingUsers from './types/app/bsky/unspecced/getSuggestedOnboardingUsers.js';
import * as AppBskyUnspeccedGetSuggestedStarterPacks from './types/app/bsky/unspecced/getSuggestedStarterPacks.js';
import * as AppBskyUnspeccedGetSuggestedStarterPacksSkeleton from './types/app/bsky/unspecced/getSuggestedStarterPacksSkeleton.js';
import * as AppBskyUnspeccedGetSuggestedUsers from './types/app/bsky/unspecced/getSuggestedUsers.js';
import * as AppBskyUnspeccedGetSuggestedUsersSkeleton from './types/app/bsky/unspecced/getSuggestedUsersSkeleton.js';
import * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton.js';
import * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions.js';
import * as AppBskyUnspeccedGetTrendingTopics from './types/app/bsky/unspecced/getTrendingTopics.js';
import * as AppBskyUnspeccedGetTrends from './types/app/bsky/unspecced/getTrends.js';
import * as AppBskyUnspeccedGetTrendsSkeleton from './types/app/bsky/unspecced/getTrendsSkeleton.js';
import * as AppBskyUnspeccedInitAgeAssurance from './types/app/bsky/unspecced/initAgeAssurance.js';
import * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton.js';
import * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton.js';
import * as AppBskyUnspeccedSearchStarterPacksSkeleton from './types/app/bsky/unspecced/searchStarterPacksSkeleton.js';
import * as AppBskyVideoGetJobStatus from './types/app/bsky/video/getJobStatus.js';
import * as AppBskyVideoGetUploadLimits from './types/app/bsky/video/getUploadLimits.js';
import * as AppBskyVideoUploadVideo from './types/app/bsky/video/uploadVideo.js';
import * as ChatBskyActorDeleteAccount from './types/chat/bsky/actor/deleteAccount.js';
import * as ChatBskyActorExportAccountData from './types/chat/bsky/actor/exportAccountData.js';
import * as ChatBskyConvoAcceptConvo from './types/chat/bsky/convo/acceptConvo.js';
import * as ChatBskyConvoAddReaction from './types/chat/bsky/convo/addReaction.js';
import * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf.js';
import * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo.js';
import * as ChatBskyConvoGetConvoAvailability from './types/chat/bsky/convo/getConvoAvailability.js';
import * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers.js';
import * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog.js';
import * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages.js';
import * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo.js';
import * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos.js';
import * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo.js';
import * as ChatBskyConvoRemoveReaction from './types/chat/bsky/convo/removeReaction.js';
import * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage.js';
import * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch.js';
import * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo.js';
import * as ChatBskyConvoUpdateAllRead from './types/chat/bsky/convo/updateAllRead.js';
import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js';
import * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
import * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
import * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
import * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
import * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
import * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
import * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
import * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
import * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
import * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
import * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
import * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
import * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
import * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
import * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
import * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
import * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
import * as ComAtprotoLexiconResolveLexicon from './types/com/atproto/lexicon/resolveLexicon.js';
import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
import * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
import * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
import * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
import * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
import * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
import * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
import * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
import * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
import * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
import * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
import * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
import * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
import * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
import * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
import * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
import * as ComAtprotoTempDereferenceScope from './types/com/atproto/temp/dereferenceScope.js';
import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
import * as ComAtprotoTempRevokeAccountCredentials from './types/com/atproto/temp/revokeAccountCredentials.js';
import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
import * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
import * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
import * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate.js';
import * as ToolsOzoneHostingGetAccountHistory from './types/tools/ozone/hosting/getAccountHistory.js';
import * as ToolsOzoneModerationCancelScheduledActions from './types/tools/ozone/moderation/cancelScheduledActions.js';
import * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent.js';
import * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
import * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
import * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
import * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
import * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
import * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
import * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
import * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
import * as ToolsOzoneModerationListScheduledActions from './types/tools/ozone/moderation/listScheduledActions.js';
import * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
import * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
import * as ToolsOzoneModerationScheduleAction from './types/tools/ozone/moderation/scheduleAction.js';
import * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
import * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
import * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
import * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
import * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
import * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
import * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
import * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
import * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
import * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
import * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
import * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
import * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
import * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
import * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
import * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
import * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
import * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
import * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
import * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
import * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
import * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
import * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
import * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
import * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
import * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
export declare const APP_BSKY_ACTOR: {
StatusLive: string;
};
export declare const APP_BSKY_FEED: {
DefsRequestLess: string;
DefsRequestMore: string;
DefsClickthroughItem: string;
DefsClickthroughAuthor: string;
DefsClickthroughReposter: string;
DefsClickthroughEmbed: string;
DefsContentModeUnspecified: string;
DefsContentModeVideo: string;
DefsInteractionSeen: string;
DefsInteractionLike: string;
DefsInteractionRepost: string;
DefsInteractionReply: string;
DefsInteractionQuote: string;
DefsInteractionShare: string;
};
export declare const APP_BSKY_GRAPH: {
DefsModlist: string;
DefsCuratelist: string;
DefsReferencelist: string;
};
export declare const COM_ATPROTO_MODERATION: {
DefsReasonSpam: string;
DefsReasonViolation: string;
DefsReasonMisleading: string;
DefsReasonSexual: string;
DefsReasonRude: string;
DefsReasonOther: string;
DefsReasonAppeal: string;
};
export declare const TOOLS_OZONE_MODERATION: {
DefsReviewOpen: string;
DefsReviewEscalated: string;
DefsReviewClosed: string;
DefsReviewNone: string;
DefsTimelineEventPlcCreate: string;
DefsTimelineEventPlcOperation: string;
DefsTimelineEventPlcTombstone: string;
};
export declare const TOOLS_OZONE_REPORT: {
DefsReasonAppeal: string;
DefsReasonOther: string;
DefsReasonViolenceAnimal: string;
DefsReasonViolenceThreats: string;
DefsReasonViolenceGraphicContent: string;
DefsReasonViolenceGlorification: string;
DefsReasonViolenceExtremistContent: string;
DefsReasonViolenceTrafficking: string;
DefsReasonViolenceOther: string;
DefsReasonSexualAbuseContent: string;
DefsReasonSexualNCII: string;
DefsReasonSexualDeepfake: string;
DefsReasonSexualAnimal: string;
DefsReasonSexualUnlabeled: string;
DefsReasonSexualOther: string;
DefsReasonChildSafetyCSAM: string;
DefsReasonChildSafetyGroom: string;
DefsReasonChildSafetyPrivacy: string;
DefsReasonChildSafetyHarassment: string;
DefsReasonChildSafetyOther: string;
DefsReasonHarassmentTroll: string;
DefsReasonHarassmentTargeted: string;
DefsReasonHarassmentHateSpeech: string;
DefsReasonHarassmentDoxxing: string;
DefsReasonHarassmentOther: string;
DefsReasonMisleadingBot: string;
DefsReasonMisleadingImpersonation: string;
DefsReasonMisleadingSpam: string;
DefsReasonMisleadingScam: string;
DefsReasonMisleadingElections: string;
DefsReasonMisleadingOther: string;
DefsReasonRuleSiteSecurity: string;
DefsReasonRuleProhibitedSales: string;
DefsReasonRuleBanEvasion: string;
DefsReasonRuleOther: string;
DefsReasonSelfHarmContent: string;
DefsReasonSelfHarmED: string;
DefsReasonSelfHarmStunts: string;
DefsReasonSelfHarmSubstances: string;
DefsReasonSelfHarmOther: string;
};
export declare const TOOLS_OZONE_TEAM: {
DefsRoleAdmin: string;
DefsRoleModerator: string;
DefsRoleTriage: string;
DefsRoleVerifier: string;
};
export declare function createServer(options?: XrpcOptions): Server;
export declare class Server {
xrpc: XrpcServer;
app: AppNS;
chat: ChatNS;
com: ComNS;
tools: ToolsNS;
constructor(options?: XrpcOptions);
}
export declare class AppNS {
_server: Server;
bsky: AppBskyNS;
constructor(server: Server);
}
export declare class AppBskyNS {
_server: Server;
actor: AppBskyActorNS;
ageassurance: AppBskyAgeassuranceNS;
bookmark: AppBskyBookmarkNS;
contact: AppBskyContactNS;
draft: AppBskyDraftNS;
embed: AppBskyEmbedNS;
feed: AppBskyFeedNS;
graph: AppBskyGraphNS;
labeler: AppBskyLabelerNS;
notification: AppBskyNotificationNS;
richtext: AppBskyRichtextNS;
unspecced: AppBskyUnspeccedNS;
video: AppBskyVideoNS;
constructor(server: Server);
}
export declare class AppBskyActorNS {
_server: Server;
constructor(server: Server);
getPreferences<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorGetPreferences.QueryParams, AppBskyActorGetPreferences.HandlerInput, AppBskyActorGetPreferences.HandlerOutput>): void;
getProfile<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorGetProfile.QueryParams, AppBskyActorGetProfile.HandlerInput, AppBskyActorGetProfile.HandlerOutput>): void;
getProfiles<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorGetProfiles.QueryParams, AppBskyActorGetProfiles.HandlerInput, AppBskyActorGetProfiles.HandlerOutput>): void;
getSuggestions<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorGetSuggestions.QueryParams, AppBskyActorGetSuggestions.HandlerInput, AppBskyActorGetSuggestions.HandlerOutput>): void;
putPreferences<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorPutPreferences.QueryParams, AppBskyActorPutPreferences.HandlerInput, AppBskyActorPutPreferences.HandlerOutput>): void;
searchActors<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorSearchActors.QueryParams, AppBskyActorSearchActors.HandlerInput, AppBskyActorSearchActors.HandlerOutput>): void;
searchActorsTypeahead<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyActorSearchActorsTypeahead.QueryParams, AppBskyActorSearchActorsTypeahead.HandlerInput, AppBskyActorSearchActorsTypeahead.HandlerOutput>): void;
}
export declare class AppBskyAgeassuranceNS {
_server: Server;
constructor(server: Server);
begin<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyAgeassuranceBegin.QueryParams, AppBskyAgeassuranceBegin.HandlerInput, AppBskyAgeassuranceBegin.HandlerOutput>): void;
getConfig<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyAgeassuranceGetConfig.QueryParams, AppBskyAgeassuranceGetConfig.HandlerInput, AppBskyAgeassuranceGetConfig.HandlerOutput>): void;
getState<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyAgeassuranceGetState.QueryParams, AppBskyAgeassuranceGetState.HandlerInput, AppBskyAgeassuranceGetState.HandlerOutput>): void;
}
export declare class AppBskyBookmarkNS {
_server: Server;
constructor(server: Server);
createBookmark<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyBookmarkCreateBookmark.QueryParams, AppBskyBookmarkCreateBookmark.HandlerInput, AppBskyBookmarkCreateBookmark.HandlerOutput>): void;
deleteBookmark<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyBookmarkDeleteBookmark.QueryParams, AppBskyBookmarkDeleteBookmark.HandlerInput, AppBskyBookmarkDeleteBookmark.HandlerOutput>): void;
getBookmarks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyBookmarkGetBookmarks.QueryParams, AppBskyBookmarkGetBookmarks.HandlerInput, AppBskyBookmarkGetBookmarks.HandlerOutput>): void;
}
export declare class AppBskyContactNS {
_server: Server;
constructor(server: Server);
dismissMatch<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactDismissMatch.QueryParams, AppBskyContactDismissMatch.HandlerInput, AppBskyContactDismissMatch.HandlerOutput>): void;
getMatches<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactGetMatches.QueryParams, AppBskyContactGetMatches.HandlerInput, AppBskyContactGetMatches.HandlerOutput>): void;
getSyncStatus<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactGetSyncStatus.QueryParams, AppBskyContactGetSyncStatus.HandlerInput, AppBskyContactGetSyncStatus.HandlerOutput>): void;
importContacts<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactImportContacts.QueryParams, AppBskyContactImportContacts.HandlerInput, AppBskyContactImportContacts.HandlerOutput>): void;
removeData<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactRemoveData.QueryParams, AppBskyContactRemoveData.HandlerInput, AppBskyContactRemoveData.HandlerOutput>): void;
sendNotification<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactSendNotification.QueryParams, AppBskyContactSendNotification.HandlerInput, AppBskyContactSendNotification.HandlerOutput>): void;
startPhoneVerification<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactStartPhoneVerification.QueryParams, AppBskyContactStartPhoneVerification.HandlerInput, AppBskyContactStartPhoneVerification.HandlerOutput>): void;
verifyPhone<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyContactVerifyPhone.QueryParams, AppBskyContactVerifyPhone.HandlerInput, AppBskyContactVerifyPhone.HandlerOutput>): void;
}
export declare class AppBskyDraftNS {
_server: Server;
constructor(server: Server);
createDraft<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyDraftCreateDraft.QueryParams, AppBskyDraftCreateDraft.HandlerInput, AppBskyDraftCreateDraft.HandlerOutput>): void;
deleteDraft<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyDraftDeleteDraft.QueryParams, AppBskyDraftDeleteDraft.HandlerInput, AppBskyDraftDeleteDraft.HandlerOutput>): void;
getDrafts<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyDraftGetDrafts.QueryParams, AppBskyDraftGetDrafts.HandlerInput, AppBskyDraftGetDrafts.HandlerOutput>): void;
updateDraft<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyDraftUpdateDraft.QueryParams, AppBskyDraftUpdateDraft.HandlerInput, AppBskyDraftUpdateDraft.HandlerOutput>): void;
}
export declare class AppBskyEmbedNS {
_server: Server;
constructor(server: Server);
}
export declare class AppBskyFeedNS {
_server: Server;
constructor(server: Server);
describeFeedGenerator<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedDescribeFeedGenerator.QueryParams, AppBskyFeedDescribeFeedGenerator.HandlerInput, AppBskyFeedDescribeFeedGenerator.HandlerOutput>): void;
getActorFeeds<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetActorFeeds.QueryParams, AppBskyFeedGetActorFeeds.HandlerInput, AppBskyFeedGetActorFeeds.HandlerOutput>): void;
getActorLikes<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetActorLikes.QueryParams, AppBskyFeedGetActorLikes.HandlerInput, AppBskyFeedGetActorLikes.HandlerOutput>): void;
getAuthorFeed<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetAuthorFeed.QueryParams, AppBskyFeedGetAuthorFeed.HandlerInput, AppBskyFeedGetAuthorFeed.HandlerOutput>): void;
getFeed<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetFeed.QueryParams, AppBskyFeedGetFeed.HandlerInput, AppBskyFeedGetFeed.HandlerOutput>): void;
getFeedGenerator<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetFeedGenerator.QueryParams, AppBskyFeedGetFeedGenerator.HandlerInput, AppBskyFeedGetFeedGenerator.HandlerOutput>): void;
getFeedGenerators<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetFeedGenerators.QueryParams, AppBskyFeedGetFeedGenerators.HandlerInput, AppBskyFeedGetFeedGenerators.HandlerOutput>): void;
getFeedSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetFeedSkeleton.QueryParams, AppBskyFeedGetFeedSkeleton.HandlerInput, AppBskyFeedGetFeedSkeleton.HandlerOutput>): void;
getLikes<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetLikes.QueryParams, AppBskyFeedGetLikes.HandlerInput, AppBskyFeedGetLikes.HandlerOutput>): void;
getListFeed<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetListFeed.QueryParams, AppBskyFeedGetListFeed.HandlerInput, AppBskyFeedGetListFeed.HandlerOutput>): void;
getPostThread<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetPostThread.QueryParams, AppBskyFeedGetPostThread.HandlerInput, AppBskyFeedGetPostThread.HandlerOutput>): void;
getPosts<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetPosts.QueryParams, AppBskyFeedGetPosts.HandlerInput, AppBskyFeedGetPosts.HandlerOutput>): void;
getQuotes<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetQuotes.QueryParams, AppBskyFeedGetQuotes.HandlerInput, AppBskyFeedGetQuotes.HandlerOutput>): void;
getRepostedBy<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetRepostedBy.QueryParams, AppBskyFeedGetRepostedBy.HandlerInput, AppBskyFeedGetRepostedBy.HandlerOutput>): void;
getSuggestedFeeds<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetSuggestedFeeds.QueryParams, AppBskyFeedGetSuggestedFeeds.HandlerInput, AppBskyFeedGetSuggestedFeeds.HandlerOutput>): void;
getTimeline<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedGetTimeline.QueryParams, AppBskyFeedGetTimeline.HandlerInput, AppBskyFeedGetTimeline.HandlerOutput>): void;
searchPosts<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedSearchPosts.QueryParams, AppBskyFeedSearchPosts.HandlerInput, AppBskyFeedSearchPosts.HandlerOutput>): void;
sendInteractions<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyFeedSendInteractions.QueryParams, AppBskyFeedSendInteractions.HandlerInput, AppBskyFeedSendInteractions.HandlerOutput>): void;
}
export declare class AppBskyGraphNS {
_server: Server;
constructor(server: Server);
getActorStarterPacks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetActorStarterPacks.QueryParams, AppBskyGraphGetActorStarterPacks.HandlerInput, AppBskyGraphGetActorStarterPacks.HandlerOutput>): void;
getBlocks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetBlocks.QueryParams, AppBskyGraphGetBlocks.HandlerInput, AppBskyGraphGetBlocks.HandlerOutput>): void;
getFollowers<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetFollowers.QueryParams, AppBskyGraphGetFollowers.HandlerInput, AppBskyGraphGetFollowers.HandlerOutput>): void;
getFollows<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetFollows.QueryParams, AppBskyGraphGetFollows.HandlerInput, AppBskyGraphGetFollows.HandlerOutput>): void;
getKnownFollowers<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetKnownFollowers.QueryParams, AppBskyGraphGetKnownFollowers.HandlerInput, AppBskyGraphGetKnownFollowers.HandlerOutput>): void;
getList<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetList.QueryParams, AppBskyGraphGetList.HandlerInput, AppBskyGraphGetList.HandlerOutput>): void;
getListBlocks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetListBlocks.QueryParams, AppBskyGraphGetListBlocks.HandlerInput, AppBskyGraphGetListBlocks.HandlerOutput>): void;
getListMutes<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetListMutes.QueryParams, AppBskyGraphGetListMutes.HandlerInput, AppBskyGraphGetListMutes.HandlerOutput>): void;
getLists<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetLists.QueryParams, AppBskyGraphGetLists.HandlerInput, AppBskyGraphGetLists.HandlerOutput>): void;
getListsWithMembership<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetListsWithMembership.QueryParams, AppBskyGraphGetListsWithMembership.HandlerInput, AppBskyGraphGetListsWithMembership.HandlerOutput>): void;
getMutes<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetMutes.QueryParams, AppBskyGraphGetMutes.HandlerInput, AppBskyGraphGetMutes.HandlerOutput>): void;
getRelationships<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetRelationships.QueryParams, AppBskyGraphGetRelationships.HandlerInput, AppBskyGraphGetRelationships.HandlerOutput>): void;
getStarterPack<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetStarterPack.QueryParams, AppBskyGraphGetStarterPack.HandlerInput, AppBskyGraphGetStarterPack.HandlerOutput>): void;
getStarterPacks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetStarterPacks.QueryParams, AppBskyGraphGetStarterPacks.HandlerInput, AppBskyGraphGetStarterPacks.HandlerOutput>): void;
getStarterPacksWithMembership<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetStarterPacksWithMembership.QueryParams, AppBskyGraphGetStarterPacksWithMembership.HandlerInput, AppBskyGraphGetStarterPacksWithMembership.HandlerOutput>): void;
getSuggestedFollowsByActor<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphGetSuggestedFollowsByActor.QueryParams, AppBskyGraphGetSuggestedFollowsByActor.HandlerInput, AppBskyGraphGetSuggestedFollowsByActor.HandlerOutput>): void;
muteActor<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphMuteActor.QueryParams, AppBskyGraphMuteActor.HandlerInput, AppBskyGraphMuteActor.HandlerOutput>): void;
muteActorList<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphMuteActorList.QueryParams, AppBskyGraphMuteActorList.HandlerInput, AppBskyGraphMuteActorList.HandlerOutput>): void;
muteThread<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphMuteThread.QueryParams, AppBskyGraphMuteThread.HandlerInput, AppBskyGraphMuteThread.HandlerOutput>): void;
searchStarterPacks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphSearchStarterPacks.QueryParams, AppBskyGraphSearchStarterPacks.HandlerInput, AppBskyGraphSearchStarterPacks.HandlerOutput>): void;
unmuteActor<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphUnmuteActor.QueryParams, AppBskyGraphUnmuteActor.HandlerInput, AppBskyGraphUnmuteActor.HandlerOutput>): void;
unmuteActorList<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphUnmuteActorList.QueryParams, AppBskyGraphUnmuteActorList.HandlerInput, AppBskyGraphUnmuteActorList.HandlerOutput>): void;
unmuteThread<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyGraphUnmuteThread.QueryParams, AppBskyGraphUnmuteThread.HandlerInput, AppBskyGraphUnmuteThread.HandlerOutput>): void;
}
export declare class AppBskyLabelerNS {
_server: Server;
constructor(server: Server);
getServices<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyLabelerGetServices.QueryParams, AppBskyLabelerGetServices.HandlerInput, AppBskyLabelerGetServices.HandlerOutput>): void;
}
export declare class AppBskyNotificationNS {
_server: Server;
constructor(server: Server);
getPreferences<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationGetPreferences.QueryParams, AppBskyNotificationGetPreferences.HandlerInput, AppBskyNotificationGetPreferences.HandlerOutput>): void;
getUnreadCount<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationGetUnreadCount.QueryParams, AppBskyNotificationGetUnreadCount.HandlerInput, AppBskyNotificationGetUnreadCount.HandlerOutput>): void;
listActivitySubscriptions<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationListActivitySubscriptions.QueryParams, AppBskyNotificationListActivitySubscriptions.HandlerInput, AppBskyNotificationListActivitySubscriptions.HandlerOutput>): void;
listNotifications<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationListNotifications.QueryParams, AppBskyNotificationListNotifications.HandlerInput, AppBskyNotificationListNotifications.HandlerOutput>): void;
putActivitySubscription<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationPutActivitySubscription.QueryParams, AppBskyNotificationPutActivitySubscription.HandlerInput, AppBskyNotificationPutActivitySubscription.HandlerOutput>): void;
putPreferences<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationPutPreferences.QueryParams, AppBskyNotificationPutPreferences.HandlerInput, AppBskyNotificationPutPreferences.HandlerOutput>): void;
putPreferencesV2<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationPutPreferencesV2.QueryParams, AppBskyNotificationPutPreferencesV2.HandlerInput, AppBskyNotificationPutPreferencesV2.HandlerOutput>): void;
registerPush<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationRegisterPush.QueryParams, AppBskyNotificationRegisterPush.HandlerInput, AppBskyNotificationRegisterPush.HandlerOutput>): void;
unregisterPush<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationUnregisterPush.QueryParams, AppBskyNotificationUnregisterPush.HandlerInput, AppBskyNotificationUnregisterPush.HandlerOutput>): void;
updateSeen<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyNotificationUpdateSeen.QueryParams, AppBskyNotificationUpdateSeen.HandlerInput, AppBskyNotificationUpdateSeen.HandlerOutput>): void;
}
export declare class AppBskyRichtextNS {
_server: Server;
constructor(server: Server);
}
export declare class AppBskyUnspeccedNS {
_server: Server;
constructor(server: Server);
getAgeAssuranceState<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetAgeAssuranceState.QueryParams, AppBskyUnspeccedGetAgeAssuranceState.HandlerInput, AppBskyUnspeccedGetAgeAssuranceState.HandlerOutput>): void;
getConfig<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetConfig.QueryParams, AppBskyUnspeccedGetConfig.HandlerInput, AppBskyUnspeccedGetConfig.HandlerOutput>): void;
getOnboardingSuggestedStarterPacks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetOnboardingSuggestedStarterPacks.QueryParams, AppBskyUnspeccedGetOnboardingSuggestedStarterPacks.HandlerInput, AppBskyUnspeccedGetOnboardingSuggestedStarterPacks.HandlerOutput>): void;
getOnboardingSuggestedStarterPacksSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton.QueryParams, AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton.HandlerInput, AppBskyUnspeccedGetOnboardingSuggestedStarterPacksSkeleton.HandlerOutput>): void;
getOnboardingSuggestedUsersSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton.QueryParams, AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton.HandlerInput, AppBskyUnspeccedGetOnboardingSuggestedUsersSkeleton.HandlerOutput>): void;
getPopularFeedGenerators<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetPopularFeedGenerators.QueryParams, AppBskyUnspeccedGetPopularFeedGenerators.HandlerInput, AppBskyUnspeccedGetPopularFeedGenerators.HandlerOutput>): void;
getPostThreadOtherV2<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetPostThreadOtherV2.QueryParams, AppBskyUnspeccedGetPostThreadOtherV2.HandlerInput, AppBskyUnspeccedGetPostThreadOtherV2.HandlerOutput>): void;
getPostThreadV2<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetPostThreadV2.QueryParams, AppBskyUnspeccedGetPostThreadV2.HandlerInput, AppBskyUnspeccedGetPostThreadV2.HandlerOutput>): void;
getSuggestedFeeds<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedFeeds.QueryParams, AppBskyUnspeccedGetSuggestedFeeds.HandlerInput, AppBskyUnspeccedGetSuggestedFeeds.HandlerOutput>): void;
getSuggestedFeedsSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedFeedsSkeleton.QueryParams, AppBskyUnspeccedGetSuggestedFeedsSkeleton.HandlerInput, AppBskyUnspeccedGetSuggestedFeedsSkeleton.HandlerOutput>): void;
getSuggestedOnboardingUsers<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedOnboardingUsers.QueryParams, AppBskyUnspeccedGetSuggestedOnboardingUsers.HandlerInput, AppBskyUnspeccedGetSuggestedOnboardingUsers.HandlerOutput>): void;
getSuggestedStarterPacks<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedStarterPacks.QueryParams, AppBskyUnspeccedGetSuggestedStarterPacks.HandlerInput, AppBskyUnspeccedGetSuggestedStarterPacks.HandlerOutput>): void;
getSuggestedStarterPacksSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedStarterPacksSkeleton.QueryParams, AppBskyUnspeccedGetSuggestedStarterPacksSkeleton.HandlerInput, AppBskyUnspeccedGetSuggestedStarterPacksSkeleton.HandlerOutput>): void;
getSuggestedUsers<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedUsers.QueryParams, AppBskyUnspeccedGetSuggestedUsers.HandlerInput, AppBskyUnspeccedGetSuggestedUsers.HandlerOutput>): void;
getSuggestedUsersSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestedUsersSkeleton.QueryParams, AppBskyUnspeccedGetSuggestedUsersSkeleton.HandlerInput, AppBskyUnspeccedGetSuggestedUsersSkeleton.HandlerOutput>): void;
getSuggestionsSkeleton<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetSuggestionsSkeleton.QueryParams, AppBskyUnspeccedGetSuggestionsSkeleton.HandlerInput, AppBskyUnspeccedGetSuggestionsSkeleton.HandlerOutput>): void;
getTaggedSuggestions<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetTaggedSuggestions.QueryParams, AppBskyUnspeccedGetTaggedSuggestions.HandlerInput, AppBskyUnspeccedGetTaggedSuggestions.HandlerOutput>): void;
getTrendingTopics<A extends Auth = void>(cfg: MethodConfigOrHandler<A, AppBskyUnspeccedGetTrendingTopics.QueryParams, AppBskyUnspeccedGetTrendingTopics.HandlerInput, AppBskyUnspeccedGetTrendi