/** * GENERATED CODE - DO NOT MODIFY */ import { Client as XrpcClient, ServiceClient as XrpcServiceClient } from '@atproto/xrpc'; import * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount'; import * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites'; import * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes'; import * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites'; import * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo'; import * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos'; import * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes'; import * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus'; import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail'; import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail'; import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle'; import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword'; import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus'; import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials'; import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature'; import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle'; import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation'; import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation'; import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle'; import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels'; import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport'; import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites'; import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord'; import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord'; import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo'; import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord'; import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo'; import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs'; import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords'; import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord'; import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob'; import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount'; import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus'; import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail'; import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount'; import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword'; import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode'; import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes'; import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession'; import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount'; import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount'; import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession'; import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer'; import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes'; import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth'; import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession'; import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords'; import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession'; import * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete'; import * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation'; import * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate'; import * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset'; import * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey'; import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword'; import * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword'; import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail'; import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob'; import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks'; import * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout'; import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead'; import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit'; import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord'; import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo'; import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs'; import * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos'; import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate'; import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl'; import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue'; import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels'; import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification'; import * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences'; import * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile'; import * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles'; import * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions'; import * as AppBskyActorProfile from './types/app/bsky/actor/profile'; import * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences'; import * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors'; import * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead'; import * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator'; import * as AppBskyFeedGenerator from './types/app/bsky/feed/generator'; import * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds'; import * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes'; import * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed'; import * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed'; import * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator'; import * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators'; import * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton'; import * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes'; import * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed'; import * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread'; import * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts'; import * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy'; import * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds'; import * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline'; import * as AppBskyFeedLike from './types/app/bsky/feed/like'; import * as AppBskyFeedPost from './types/app/bsky/feed/post'; import * as AppBskyFeedRepost from './types/app/bsky/feed/repost'; import * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts'; import * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions'; import * as AppBskyFeedThreadgate from './types/app/bsky/feed/threadgate'; import * as AppBskyGraphBlock from './types/app/bsky/graph/block'; import * as AppBskyGraphFollow from './types/app/bsky/graph/follow'; import * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks'; import * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers'; import * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows'; import * as AppBskyGraphGetList from './types/app/bsky/graph/getList'; import * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks'; import * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes'; import * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists'; import * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes'; import * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships'; import * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor'; import * as AppBskyGraphList from './types/app/bsky/graph/list'; import * as AppBskyGraphListblock from './types/app/bsky/graph/listblock'; import * as AppBskyGraphListitem from './types/app/bsky/graph/listitem'; import * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor'; import * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList'; import * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor'; import * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList'; import * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices'; import * as AppBskyLabelerService from './types/app/bsky/labeler/service'; import * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount'; import * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications'; import * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush'; import * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen'; import * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators'; import * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton'; import * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions'; import * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton'; import * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton'; import * as ChatBskyActorDeclaration from './types/chat/bsky/actor/declaration'; import * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf'; import * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo'; import * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers'; import * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog'; import * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages'; import * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo'; import * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos'; import * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo'; import * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage'; import * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch'; import * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo'; import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead'; import * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata'; import * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext'; import * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess'; import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate'; import * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate'; import * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates'; import * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate'; import * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent'; import * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent'; import * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord'; import * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo'; import * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents'; import * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses'; import * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos'; export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs'; export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount'; export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites'; export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes'; export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites'; export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo'; export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos'; export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes'; export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus'; export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail'; export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail'; export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle'; export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword'; export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus'; export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials'; export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature'; export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle'; export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation'; export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation'; export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle'; export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs'; export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels'; export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels'; export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport'; export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs'; export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites'; export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord'; export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord'; export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo'; export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord'; export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo'; export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs'; export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords'; export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord'; export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef'; export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob'; export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount'; export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus'; export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail'; export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount'; export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword'; export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode'; export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes'; export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession'; export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount'; export * as ComAtprotoServerDefs from './types/com/atproto/server/defs'; export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount'; export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession'; export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer'; export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes'; export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth'; export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession'; export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords'; export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession'; export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete'; export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation'; export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate'; export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset'; export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey'; export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword'; export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword'; export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail'; export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob'; export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks'; export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout'; export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead'; export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit'; export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord'; export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo'; export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs'; export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos'; export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate'; export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl'; export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos'; export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue'; export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels'; export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification'; export * as AppBskyActorDefs from './types/app/bsky/actor/defs'; export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences'; export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile'; export * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles'; export * as AppBskyActorGetSuggestions from './types/app/bsky/actor/getSuggestions'; export * as AppBskyActorProfile from './types/app/bsky/actor/profile'; export * as AppBskyActorPutPreferences from './types/app/bsky/actor/putPreferences'; export * as AppBskyActorSearchActors from './types/app/bsky/actor/searchActors'; export * as AppBskyActorSearchActorsTypeahead from './types/app/bsky/actor/searchActorsTypeahead'; export * as AppBskyEmbedExternal from './types/app/bsky/embed/external'; export * as AppBskyEmbedImages from './types/app/bsky/embed/images'; export * as AppBskyEmbedRecord from './types/app/bsky/embed/record'; export * as AppBskyEmbedRecordWithMedia from './types/app/bsky/embed/recordWithMedia'; export * as AppBskyFeedDefs from './types/app/bsky/feed/defs'; export * as AppBskyFeedDescribeFeedGenerator from './types/app/bsky/feed/describeFeedGenerator'; export * as AppBskyFeedGenerator from './types/app/bsky/feed/generator'; export * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds'; export * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes'; export * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed'; export * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed'; export * as AppBskyFeedGetFeedGenerator from './types/app/bsky/feed/getFeedGenerator'; export * as AppBskyFeedGetFeedGenerators from './types/app/bsky/feed/getFeedGenerators'; export * as AppBskyFeedGetFeedSkeleton from './types/app/bsky/feed/getFeedSkeleton'; export * as AppBskyFeedGetLikes from './types/app/bsky/feed/getLikes'; export * as AppBskyFeedGetListFeed from './types/app/bsky/feed/getListFeed'; export * as AppBskyFeedGetPostThread from './types/app/bsky/feed/getPostThread'; export * as AppBskyFeedGetPosts from './types/app/bsky/feed/getPosts'; export * as AppBskyFeedGetRepostedBy from './types/app/bsky/feed/getRepostedBy'; export * as AppBskyFeedGetSuggestedFeeds from './types/app/bsky/feed/getSuggestedFeeds'; export * as AppBskyFeedGetTimeline from './types/app/bsky/feed/getTimeline'; export * as AppBskyFeedLike from './types/app/bsky/feed/like'; export * as AppBskyFeedPost from './types/app/bsky/feed/post'; export * as AppBskyFeedRepost from './types/app/bsky/feed/repost'; export * as AppBskyFeedSearchPosts from './types/app/bsky/feed/searchPosts'; export * as AppBskyFeedSendInteractions from './types/app/bsky/feed/sendInteractions'; export * as AppBskyFeedThreadgate from './types/app/bsky/feed/threadgate'; export * as AppBskyGraphBlock from './types/app/bsky/graph/block'; export * as AppBskyGraphDefs from './types/app/bsky/graph/defs'; export * as AppBskyGraphFollow from './types/app/bsky/graph/follow'; export * as AppBskyGraphGetBlocks from './types/app/bsky/graph/getBlocks'; export * as AppBskyGraphGetFollowers from './types/app/bsky/graph/getFollowers'; export * as AppBskyGraphGetFollows from './types/app/bsky/graph/getFollows'; export * as AppBskyGraphGetList from './types/app/bsky/graph/getList'; export * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks'; export * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes'; export * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists'; export * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes'; export * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships'; export * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor'; export * as AppBskyGraphList from './types/app/bsky/graph/list'; export * as AppBskyGraphListblock from './types/app/bsky/graph/listblock'; export * as AppBskyGraphListitem from './types/app/bsky/graph/listitem'; export * as AppBskyGraphMuteActor from './types/app/bsky/graph/muteActor'; export * as AppBskyGraphMuteActorList from './types/app/bsky/graph/muteActorList'; export * as AppBskyGraphUnmuteActor from './types/app/bsky/graph/unmuteActor'; export * as AppBskyGraphUnmuteActorList from './types/app/bsky/graph/unmuteActorList'; export * as AppBskyLabelerDefs from './types/app/bsky/labeler/defs'; export * as AppBskyLabelerGetServices from './types/app/bsky/labeler/getServices'; export * as AppBskyLabelerService from './types/app/bsky/labeler/service'; export * as AppBskyNotificationGetUnreadCount from './types/app/bsky/notification/getUnreadCount'; export * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications'; export * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush'; export * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen'; export * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet'; export * as AppBskyUnspeccedDefs from './types/app/bsky/unspecced/defs'; export * as AppBskyUnspeccedGetPopularFeedGenerators from './types/app/bsky/unspecced/getPopularFeedGenerators'; export * as AppBskyUnspeccedGetSuggestionsSkeleton from './types/app/bsky/unspecced/getSuggestionsSkeleton'; export * as AppBskyUnspeccedGetTaggedSuggestions from './types/app/bsky/unspecced/getTaggedSuggestions'; export * as AppBskyUnspeccedSearchActorsSkeleton from './types/app/bsky/unspecced/searchActorsSkeleton'; export * as AppBskyUnspeccedSearchPostsSkeleton from './types/app/bsky/unspecced/searchPostsSkeleton'; export * as ChatBskyActorDeclaration from './types/chat/bsky/actor/declaration'; export * as ChatBskyConvoDefs from './types/chat/bsky/convo/defs'; export * as ChatBskyConvoDeleteMessageForSelf from './types/chat/bsky/convo/deleteMessageForSelf'; export * as ChatBskyConvoGetConvo from './types/chat/bsky/convo/getConvo'; export * as ChatBskyConvoGetConvoForMembers from './types/chat/bsky/convo/getConvoForMembers'; export * as ChatBskyConvoGetLog from './types/chat/bsky/convo/getLog'; export * as ChatBskyConvoGetMessages from './types/chat/bsky/convo/getMessages'; export * as ChatBskyConvoLeaveConvo from './types/chat/bsky/convo/leaveConvo'; export * as ChatBskyConvoListConvos from './types/chat/bsky/convo/listConvos'; export * as ChatBskyConvoMuteConvo from './types/chat/bsky/convo/muteConvo'; export * as ChatBskyConvoSendMessage from './types/chat/bsky/convo/sendMessage'; export * as ChatBskyConvoSendMessageBatch from './types/chat/bsky/convo/sendMessageBatch'; export * as ChatBskyConvoUnmuteConvo from './types/chat/bsky/convo/unmuteConvo'; export * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead'; export * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata'; export * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext'; export * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess'; export * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate'; export * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs'; export * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate'; export * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates'; export * as ToolsOzoneCommunicationUpdateTemplate from './types/tools/ozone/communication/updateTemplate'; export * as ToolsOzoneModerationDefs from './types/tools/ozone/moderation/defs'; export * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/emitEvent'; export * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent'; export * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord'; export * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo'; export * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents'; export * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses'; export * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos'; export declare const COM_ATPROTO_MODERATION: { DefsReasonSpam: string; DefsReasonViolation: string; DefsReasonMisleading: string; DefsReasonSexual: string; DefsReasonRude: string; DefsReasonOther: string; DefsReasonAppeal: string; }; export declare const APP_BSKY_FEED: { DefsRequestLess: string; DefsRequestMore: string; DefsClickthroughItem: string; DefsClickthroughAuthor: string; DefsClickthroughReposter: string; DefsClickthroughEmbed: string; DefsInteractionSeen: string; DefsInteractionLike: string; DefsInteractionRepost: string; DefsInteractionReply: string; DefsInteractionQuote: string; DefsInteractionShare: string; }; export declare const APP_BSKY_GRAPH: { DefsModlist: string; DefsCuratelist: string; }; export declare const TOOLS_OZONE_MODERATION: { DefsReviewOpen: string; DefsReviewEscalated: string; DefsReviewClosed: string; DefsReviewNone: string; }; export declare class AtpBaseClient { xrpc: XrpcClient; constructor(); service(serviceUri: string | URL): AtpServiceClient; } export declare class AtpServiceClient { _baseClient: AtpBaseClient; xrpc: XrpcServiceClient; com: ComNS; app: AppNS; chat: ChatNS; tools: ToolsNS; constructor(baseClient: AtpBaseClient, xrpcService: XrpcServiceClient); setHeader(key: string, value: string): void; } export declare class ComNS { _service: AtpServiceClient; atproto: ComAtprotoNS; constructor(service: AtpServiceClient); } export declare class ComAtprotoNS { _service: AtpServiceClient; admin: ComAtprotoAdminNS; identity: ComAtprotoIdentityNS; label: ComAtprotoLabelNS; moderation: ComAtprotoModerationNS; repo: ComAtprotoRepoNS; server: ComAtprotoServerNS; sync: ComAtprotoSyncNS; temp: ComAtprotoTempNS; constructor(service: AtpServiceClient); } export declare class ComAtprotoAdminNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); deleteAccount(data?: ComAtprotoAdminDeleteAccount.InputSchema, opts?: ComAtprotoAdminDeleteAccount.CallOptions): Promise; disableAccountInvites(data?: ComAtprotoAdminDisableAccountInvites.InputSchema, opts?: ComAtprotoAdminDisableAccountInvites.CallOptions): Promise; disableInviteCodes(data?: ComAtprotoAdminDisableInviteCodes.InputSchema, opts?: ComAtprotoAdminDisableInviteCodes.CallOptions): Promise; enableAccountInvites(data?: ComAtprotoAdminEnableAccountInvites.InputSchema, opts?: ComAtprotoAdminEnableAccountInvites.CallOptions): Promise; getAccountInfo(params?: ComAtprotoAdminGetAccountInfo.QueryParams, opts?: ComAtprotoAdminGetAccountInfo.CallOptions): Promise; getAccountInfos(params?: ComAtprotoAdminGetAccountInfos.QueryParams, opts?: ComAtprotoAdminGetAccountInfos.CallOptions): Promise; getInviteCodes(params?: ComAtprotoAdminGetInviteCodes.QueryParams, opts?: ComAtprotoAdminGetInviteCodes.CallOptions): Promise; getSubjectStatus(params?: ComAtprotoAdminGetSubjectStatus.QueryParams, opts?: ComAtprotoAdminGetSubjectStatus.CallOptions): Promise; sendEmail(data?: ComAtprotoAdminSendEmail.InputSchema, opts?: ComAtprotoAdminSendEmail.CallOptions): Promise; updateAccountEmail(data?: ComAtprotoAdminUpdateAccountEmail.InputSchema, opts?: ComAtprotoAdminUpdateAccountEmail.CallOptions): Promise; updateAccountHandle(data?: ComAtprotoAdminUpdateAccountHandle.InputSchema, opts?: ComAtprotoAdminUpdateAccountHandle.CallOptions): Promise; updateAccountPassword(data?: ComAtprotoAdminUpdateAccountPassword.InputSchema, opts?: ComAtprotoAdminUpdateAccountPassword.CallOptions): Promise; updateSubjectStatus(data?: ComAtprotoAdminUpdateSubjectStatus.InputSchema, opts?: ComAtprotoAdminUpdateSubjectStatus.CallOptions): Promise; } export declare class ComAtprotoIdentityNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); getRecommendedDidCredentials(params?: ComAtprotoIdentityGetRecommendedDidCredentials.QueryParams, opts?: ComAtprotoIdentityGetRecommendedDidCredentials.CallOptions): Promise; requestPlcOperationSignature(data?: ComAtprotoIdentityRequestPlcOperationSignature.InputSchema, opts?: ComAtprotoIdentityRequestPlcOperationSignature.CallOptions): Promise; resolveHandle(params?: ComAtprotoIdentityResolveHandle.QueryParams, opts?: ComAtprotoIdentityResolveHandle.CallOptions): Promise; signPlcOperation(data?: ComAtprotoIdentitySignPlcOperation.InputSchema, opts?: ComAtprotoIdentitySignPlcOperation.CallOptions): Promise; submitPlcOperation(data?: ComAtprotoIdentitySubmitPlcOperation.InputSchema, opts?: ComAtprotoIdentitySubmitPlcOperation.CallOptions): Promise; updateHandle(data?: ComAtprotoIdentityUpdateHandle.InputSchema, opts?: ComAtprotoIdentityUpdateHandle.CallOptions): Promise; } export declare class ComAtprotoLabelNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); queryLabels(params?: ComAtprotoLabelQueryLabels.QueryParams, opts?: ComAtprotoLabelQueryLabels.CallOptions): Promise; } export declare class ComAtprotoModerationNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); createReport(data?: ComAtprotoModerationCreateReport.InputSchema, opts?: ComAtprotoModerationCreateReport.CallOptions): Promise; } export declare class ComAtprotoRepoNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); applyWrites(data?: ComAtprotoRepoApplyWrites.InputSchema, opts?: ComAtprotoRepoApplyWrites.CallOptions): Promise; createRecord(data?: ComAtprotoRepoCreateRecord.InputSchema, opts?: ComAtprotoRepoCreateRecord.CallOptions): Promise; deleteRecord(data?: ComAtprotoRepoDeleteRecord.InputSchema, opts?: ComAtprotoRepoDeleteRecord.CallOptions): Promise; describeRepo(params?: ComAtprotoRepoDescribeRepo.QueryParams, opts?: ComAtprotoRepoDescribeRepo.CallOptions): Promise; getRecord(params?: ComAtprotoRepoGetRecord.QueryParams, opts?: ComAtprotoRepoGetRecord.CallOptions): Promise; importRepo(data?: ComAtprotoRepoImportRepo.InputSchema, opts?: ComAtprotoRepoImportRepo.CallOptions): Promise; listMissingBlobs(params?: ComAtprotoRepoListMissingBlobs.QueryParams, opts?: ComAtprotoRepoListMissingBlobs.CallOptions): Promise; listRecords(params?: ComAtprotoRepoListRecords.QueryParams, opts?: ComAtprotoRepoListRecords.CallOptions): Promise; putRecord(data?: ComAtprotoRepoPutRecord.InputSchema, opts?: ComAtprotoRepoPutRecord.CallOptions): Promise; uploadBlob(data?: ComAtprotoRepoUploadBlob.InputSchema, opts?: ComAtprotoRepoUploadBlob.CallOptions): Promise; } export declare class ComAtprotoServerNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); activateAccount(data?: ComAtprotoServerActivateAccount.InputSchema, opts?: ComAtprotoServerActivateAccount.CallOptions): Promise; checkAccountStatus(params?: ComAtprotoServerCheckAccountStatus.QueryParams, opts?: ComAtprotoServerCheckAccountStatus.CallOptions): Promise; confirmEmail(data?: ComAtprotoServerConfirmEmail.InputSchema, opts?: ComAtprotoServerConfirmEmail.CallOptions): Promise; createAccount(data?: ComAtprotoServerCreateAccount.InputSchema, opts?: ComAtprotoServerCreateAccount.CallOptions): Promise; createAppPassword(data?: ComAtprotoServerCreateAppPassword.InputSchema, opts?: ComAtprotoServerCreateAppPassword.CallOptions): Promise; createInviteCode(data?: ComAtprotoServerCreateInviteCode.InputSchema, opts?: ComAtprotoServerCreateInviteCode.CallOptions): Promise; createInviteCodes(data?: ComAtprotoServerCreateInviteCodes.InputSchema, opts?: ComAtprotoServerCreateInviteCodes.CallOptions): Promise; createSession(data?: ComAtprotoServerCreateSession.InputSchema, opts?: ComAtprotoServerCreateSession.CallOptions): Promise; deactivateAccount(data?: ComAtprotoServerDeactivateAccount.InputSchema, opts?: ComAtprotoServerDeactivateAccount.CallOptions): Promise; deleteAccount(data?: ComAtprotoServerDeleteAccount.InputSchema, opts?: ComAtprotoServerDeleteAccount.CallOptions): Promise; deleteSession(data?: ComAtprotoServerDeleteSession.InputSchema, opts?: ComAtprotoServerDeleteSession.CallOptions): Promise; describeServer(params?: ComAtprotoServerDescribeServer.QueryParams, opts?: ComAtprotoServerDescribeServer.CallOptions): Promise; getAccountInviteCodes(params?: ComAtprotoServerGetAccountInviteCodes.QueryParams, opts?: ComAtprotoServerGetAccountInviteCodes.CallOptions): Promise; getServiceAuth(params?: ComAtprotoServerGetServiceAuth.QueryParams, opts?: ComAtprotoServerGetServiceAuth.CallOptions): Promise; getSession(params?: ComAtprotoServerGetSession.QueryParams, opts?: ComAtprotoServerGetSession.CallOptions): Promise; listAppPasswords(params?: ComAtprotoServerListAppPasswords.QueryParams, opts?: ComAtprotoServerListAppPasswords.CallOptions): Promise; refreshSession(data?: ComAtprotoServerRefreshSession.InputSchema, opts?: ComAtprotoServerRefreshSession.CallOptions): Promise; requestAccountDelete(data?: ComAtprotoServerRequestAccountDelete.InputSchema, opts?: ComAtprotoServerRequestAccountDelete.CallOptions): Promise; requestEmailConfirmation(data?: ComAtprotoServerRequestEmailConfirmation.InputSchema, opts?: ComAtprotoServerRequestEmailConfirmation.CallOptions): Promise; requestEmailUpdate(data?: ComAtprotoServerRequestEmailUpdate.InputSchema, opts?: ComAtprotoServerRequestEmailUpdate.CallOptions): Promise; requestPasswordReset(data?: ComAtprotoServerRequestPasswordReset.InputSchema, opts?: ComAtprotoServerRequestPasswordReset.CallOptions): Promise; reserveSigningKey(data?: ComAtprotoServerReserveSigningKey.InputSchema, opts?: ComAtprotoServerReserveSigningKey.CallOptions): Promise; resetPassword(data?: ComAtprotoServerResetPassword.InputSchema, opts?: ComAtprotoServerResetPassword.CallOptions): Promise; revokeAppPassword(data?: ComAtprotoServerRevokeAppPassword.InputSchema, opts?: ComAtprotoServerRevokeAppPassword.CallOptions): Promise; updateEmail(data?: ComAtprotoServerUpdateEmail.InputSchema, opts?: ComAtprotoServerUpdateEmail.CallOptions): Promise; } export declare class ComAtprotoSyncNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); getBlob(params?: ComAtprotoSyncGetBlob.QueryParams, opts?: ComAtprotoSyncGetBlob.CallOptions): Promise; getBlocks(params?: ComAtprotoSyncGetBlocks.QueryParams, opts?: ComAtprotoSyncGetBlocks.CallOptions): Promise; getCheckout(params?: ComAtprotoSyncGetCheckout.QueryParams, opts?: ComAtprotoSyncGetCheckout.CallOptions): Promise; getHead(params?: ComAtprotoSyncGetHead.QueryParams, opts?: ComAtprotoSyncGetHead.CallOptions): Promise; getLatestCommit(params?: ComAtprotoSyncGetLatestCommit.QueryParams, opts?: ComAtprotoSyncGetLatestCommit.CallOptions): Promise; getRecord(params?: ComAtprotoSyncGetRecord.QueryParams, opts?: ComAtprotoSyncGetRecord.CallOptions): Promise; getRepo(params?: ComAtprotoSyncGetRepo.QueryParams, opts?: ComAtprotoSyncGetRepo.CallOptions): Promise; listBlobs(params?: ComAtprotoSyncListBlobs.QueryParams, opts?: ComAtprotoSyncListBlobs.CallOptions): Promise; listRepos(params?: ComAtprotoSyncListRepos.QueryParams, opts?: ComAtprotoSyncListRepos.CallOptions): Promise; notifyOfUpdate(data?: ComAtprotoSyncNotifyOfUpdate.InputSchema, opts?: ComAtprotoSyncNotifyOfUpdate.CallOptions): Promise; requestCrawl(data?: ComAtprotoSyncRequestCrawl.InputSchema, opts?: ComAtprotoSyncRequestCrawl.CallOptions): Promise; } export declare class ComAtprotoTempNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); checkSignupQueue(params?: ComAtprotoTempCheckSignupQueue.QueryParams, opts?: ComAtprotoTempCheckSignupQueue.CallOptions): Promise; fetchLabels(params?: ComAtprotoTempFetchLabels.QueryParams, opts?: ComAtprotoTempFetchLabels.CallOptions): Promise; requestPhoneVerification(data?: ComAtprotoTempRequestPhoneVerification.InputSchema, opts?: ComAtprotoTempRequestPhoneVerification.CallOptions): Promise; } export declare class AppNS { _service: AtpServiceClient; bsky: AppBskyNS; constructor(service: AtpServiceClient); } export declare class AppBskyNS { _service: AtpServiceClient; actor: AppBskyActorNS; embed: AppBskyEmbedNS; feed: AppBskyFeedNS; graph: AppBskyGraphNS; labeler: AppBskyLabelerNS; notification: AppBskyNotificationNS; richtext: AppBskyRichtextNS; unspecced: AppBskyUnspeccedNS; constructor(service: AtpServiceClient); } export declare class AppBskyActorNS { _service: AtpServiceClient; profile: ProfileRecord; constructor(service: AtpServiceClient); getPreferences(params?: AppBskyActorGetPreferences.QueryParams, opts?: AppBskyActorGetPreferences.CallOptions): Promise; getProfile(params?: AppBskyActorGetProfile.QueryParams, opts?: AppBskyActorGetProfile.CallOptions): Promise; getProfiles(params?: AppBskyActorGetProfiles.QueryParams, opts?: AppBskyActorGetProfiles.CallOptions): Promise; getSuggestions(params?: AppBskyActorGetSuggestions.QueryParams, opts?: AppBskyActorGetSuggestions.CallOptions): Promise; putPreferences(data?: AppBskyActorPutPreferences.InputSchema, opts?: AppBskyActorPutPreferences.CallOptions): Promise; searchActors(params?: AppBskyActorSearchActors.QueryParams, opts?: AppBskyActorSearchActors.CallOptions): Promise; searchActorsTypeahead(params?: AppBskyActorSearchActorsTypeahead.QueryParams, opts?: AppBskyActorSearchActorsTypeahead.CallOptions): Promise; } export declare class ProfileRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyActorProfile.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyActorProfile.Record; }>; create(params: Omit, record: AppBskyActorProfile.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class AppBskyEmbedNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); } export declare class AppBskyFeedNS { _service: AtpServiceClient; generator: GeneratorRecord; like: LikeRecord; post: PostRecord; repost: RepostRecord; threadgate: ThreadgateRecord; constructor(service: AtpServiceClient); describeFeedGenerator(params?: AppBskyFeedDescribeFeedGenerator.QueryParams, opts?: AppBskyFeedDescribeFeedGenerator.CallOptions): Promise; getActorFeeds(params?: AppBskyFeedGetActorFeeds.QueryParams, opts?: AppBskyFeedGetActorFeeds.CallOptions): Promise; getActorLikes(params?: AppBskyFeedGetActorLikes.QueryParams, opts?: AppBskyFeedGetActorLikes.CallOptions): Promise; getAuthorFeed(params?: AppBskyFeedGetAuthorFeed.QueryParams, opts?: AppBskyFeedGetAuthorFeed.CallOptions): Promise; getFeed(params?: AppBskyFeedGetFeed.QueryParams, opts?: AppBskyFeedGetFeed.CallOptions): Promise; getFeedGenerator(params?: AppBskyFeedGetFeedGenerator.QueryParams, opts?: AppBskyFeedGetFeedGenerator.CallOptions): Promise; getFeedGenerators(params?: AppBskyFeedGetFeedGenerators.QueryParams, opts?: AppBskyFeedGetFeedGenerators.CallOptions): Promise; getFeedSkeleton(params?: AppBskyFeedGetFeedSkeleton.QueryParams, opts?: AppBskyFeedGetFeedSkeleton.CallOptions): Promise; getLikes(params?: AppBskyFeedGetLikes.QueryParams, opts?: AppBskyFeedGetLikes.CallOptions): Promise; getListFeed(params?: AppBskyFeedGetListFeed.QueryParams, opts?: AppBskyFeedGetListFeed.CallOptions): Promise; getPostThread(params?: AppBskyFeedGetPostThread.QueryParams, opts?: AppBskyFeedGetPostThread.CallOptions): Promise; getPosts(params?: AppBskyFeedGetPosts.QueryParams, opts?: AppBskyFeedGetPosts.CallOptions): Promise; getRepostedBy(params?: AppBskyFeedGetRepostedBy.QueryParams, opts?: AppBskyFeedGetRepostedBy.CallOptions): Promise; getSuggestedFeeds(params?: AppBskyFeedGetSuggestedFeeds.QueryParams, opts?: AppBskyFeedGetSuggestedFeeds.CallOptions): Promise; getTimeline(params?: AppBskyFeedGetTimeline.QueryParams, opts?: AppBskyFeedGetTimeline.CallOptions): Promise; searchPosts(params?: AppBskyFeedSearchPosts.QueryParams, opts?: AppBskyFeedSearchPosts.CallOptions): Promise; sendInteractions(data?: AppBskyFeedSendInteractions.InputSchema, opts?: AppBskyFeedSendInteractions.CallOptions): Promise; } export declare class GeneratorRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyFeedGenerator.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyFeedGenerator.Record; }>; create(params: Omit, record: AppBskyFeedGenerator.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class LikeRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyFeedLike.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyFeedLike.Record; }>; create(params: Omit, record: AppBskyFeedLike.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class PostRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyFeedPost.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyFeedPost.Record; }>; create(params: Omit, record: AppBskyFeedPost.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class RepostRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyFeedRepost.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyFeedRepost.Record; }>; create(params: Omit, record: AppBskyFeedRepost.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class ThreadgateRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyFeedThreadgate.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyFeedThreadgate.Record; }>; create(params: Omit, record: AppBskyFeedThreadgate.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class AppBskyGraphNS { _service: AtpServiceClient; block: BlockRecord; follow: FollowRecord; list: ListRecord; listblock: ListblockRecord; listitem: ListitemRecord; constructor(service: AtpServiceClient); getBlocks(params?: AppBskyGraphGetBlocks.QueryParams, opts?: AppBskyGraphGetBlocks.CallOptions): Promise; getFollowers(params?: AppBskyGraphGetFollowers.QueryParams, opts?: AppBskyGraphGetFollowers.CallOptions): Promise; getFollows(params?: AppBskyGraphGetFollows.QueryParams, opts?: AppBskyGraphGetFollows.CallOptions): Promise; getList(params?: AppBskyGraphGetList.QueryParams, opts?: AppBskyGraphGetList.CallOptions): Promise; getListBlocks(params?: AppBskyGraphGetListBlocks.QueryParams, opts?: AppBskyGraphGetListBlocks.CallOptions): Promise; getListMutes(params?: AppBskyGraphGetListMutes.QueryParams, opts?: AppBskyGraphGetListMutes.CallOptions): Promise; getLists(params?: AppBskyGraphGetLists.QueryParams, opts?: AppBskyGraphGetLists.CallOptions): Promise; getMutes(params?: AppBskyGraphGetMutes.QueryParams, opts?: AppBskyGraphGetMutes.CallOptions): Promise; getRelationships(params?: AppBskyGraphGetRelationships.QueryParams, opts?: AppBskyGraphGetRelationships.CallOptions): Promise; getSuggestedFollowsByActor(params?: AppBskyGraphGetSuggestedFollowsByActor.QueryParams, opts?: AppBskyGraphGetSuggestedFollowsByActor.CallOptions): Promise; muteActor(data?: AppBskyGraphMuteActor.InputSchema, opts?: AppBskyGraphMuteActor.CallOptions): Promise; muteActorList(data?: AppBskyGraphMuteActorList.InputSchema, opts?: AppBskyGraphMuteActorList.CallOptions): Promise; unmuteActor(data?: AppBskyGraphUnmuteActor.InputSchema, opts?: AppBskyGraphUnmuteActor.CallOptions): Promise; unmuteActorList(data?: AppBskyGraphUnmuteActorList.InputSchema, opts?: AppBskyGraphUnmuteActorList.CallOptions): Promise; } export declare class BlockRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyGraphBlock.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyGraphBlock.Record; }>; create(params: Omit, record: AppBskyGraphBlock.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class FollowRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyGraphFollow.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyGraphFollow.Record; }>; create(params: Omit, record: AppBskyGraphFollow.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class ListRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyGraphList.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyGraphList.Record; }>; create(params: Omit, record: AppBskyGraphList.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class ListblockRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyGraphListblock.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyGraphListblock.Record; }>; create(params: Omit, record: AppBskyGraphListblock.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class ListitemRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyGraphListitem.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyGraphListitem.Record; }>; create(params: Omit, record: AppBskyGraphListitem.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class AppBskyLabelerNS { _service: AtpServiceClient; service: ServiceRecord; constructor(service: AtpServiceClient); getServices(params?: AppBskyLabelerGetServices.QueryParams, opts?: AppBskyLabelerGetServices.CallOptions): Promise; } export declare class ServiceRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: AppBskyLabelerService.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: AppBskyLabelerService.Record; }>; create(params: Omit, record: AppBskyLabelerService.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class AppBskyNotificationNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); getUnreadCount(params?: AppBskyNotificationGetUnreadCount.QueryParams, opts?: AppBskyNotificationGetUnreadCount.CallOptions): Promise; listNotifications(params?: AppBskyNotificationListNotifications.QueryParams, opts?: AppBskyNotificationListNotifications.CallOptions): Promise; registerPush(data?: AppBskyNotificationRegisterPush.InputSchema, opts?: AppBskyNotificationRegisterPush.CallOptions): Promise; updateSeen(data?: AppBskyNotificationUpdateSeen.InputSchema, opts?: AppBskyNotificationUpdateSeen.CallOptions): Promise; } export declare class AppBskyRichtextNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); } export declare class AppBskyUnspeccedNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); getPopularFeedGenerators(params?: AppBskyUnspeccedGetPopularFeedGenerators.QueryParams, opts?: AppBskyUnspeccedGetPopularFeedGenerators.CallOptions): Promise; getSuggestionsSkeleton(params?: AppBskyUnspeccedGetSuggestionsSkeleton.QueryParams, opts?: AppBskyUnspeccedGetSuggestionsSkeleton.CallOptions): Promise; getTaggedSuggestions(params?: AppBskyUnspeccedGetTaggedSuggestions.QueryParams, opts?: AppBskyUnspeccedGetTaggedSuggestions.CallOptions): Promise; searchActorsSkeleton(params?: AppBskyUnspeccedSearchActorsSkeleton.QueryParams, opts?: AppBskyUnspeccedSearchActorsSkeleton.CallOptions): Promise; searchPostsSkeleton(params?: AppBskyUnspeccedSearchPostsSkeleton.QueryParams, opts?: AppBskyUnspeccedSearchPostsSkeleton.CallOptions): Promise; } export declare class ChatNS { _service: AtpServiceClient; bsky: ChatBskyNS; constructor(service: AtpServiceClient); } export declare class ChatBskyNS { _service: AtpServiceClient; actor: ChatBskyActorNS; convo: ChatBskyConvoNS; moderation: ChatBskyModerationNS; constructor(service: AtpServiceClient); } export declare class ChatBskyActorNS { _service: AtpServiceClient; declaration: DeclarationRecord; constructor(service: AtpServiceClient); } export declare class DeclarationRecord { _service: AtpServiceClient; constructor(service: AtpServiceClient); list(params: Omit): Promise<{ cursor?: string; records: { uri: string; value: ChatBskyActorDeclaration.Record; }[]; }>; get(params: Omit): Promise<{ uri: string; cid: string; value: ChatBskyActorDeclaration.Record; }>; create(params: Omit, record: ChatBskyActorDeclaration.Record, headers?: Record): Promise<{ uri: string; cid: string; }>; delete(params: Omit, headers?: Record): Promise; } export declare class ChatBskyConvoNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); deleteMessageForSelf(data?: ChatBskyConvoDeleteMessageForSelf.InputSchema, opts?: ChatBskyConvoDeleteMessageForSelf.CallOptions): Promise; getConvo(params?: ChatBskyConvoGetConvo.QueryParams, opts?: ChatBskyConvoGetConvo.CallOptions): Promise; getConvoForMembers(params?: ChatBskyConvoGetConvoForMembers.QueryParams, opts?: ChatBskyConvoGetConvoForMembers.CallOptions): Promise; getLog(params?: ChatBskyConvoGetLog.QueryParams, opts?: ChatBskyConvoGetLog.CallOptions): Promise; getMessages(params?: ChatBskyConvoGetMessages.QueryParams, opts?: ChatBskyConvoGetMessages.CallOptions): Promise; leaveConvo(data?: ChatBskyConvoLeaveConvo.InputSchema, opts?: ChatBskyConvoLeaveConvo.CallOptions): Promise; listConvos(params?: ChatBskyConvoListConvos.QueryParams, opts?: ChatBskyConvoListConvos.CallOptions): Promise; muteConvo(data?: ChatBskyConvoMuteConvo.InputSchema, opts?: ChatBskyConvoMuteConvo.CallOptions): Promise; sendMessage(data?: ChatBskyConvoSendMessage.InputSchema, opts?: ChatBskyConvoSendMessage.CallOptions): Promise; sendMessageBatch(data?: ChatBskyConvoSendMessageBatch.InputSchema, opts?: ChatBskyConvoSendMessageBatch.CallOptions): Promise; unmuteConvo(data?: ChatBskyConvoUnmuteConvo.InputSchema, opts?: ChatBskyConvoUnmuteConvo.CallOptions): Promise; updateRead(data?: ChatBskyConvoUpdateRead.InputSchema, opts?: ChatBskyConvoUpdateRead.CallOptions): Promise; } export declare class ChatBskyModerationNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); getActorMetadata(params?: ChatBskyModerationGetActorMetadata.QueryParams, opts?: ChatBskyModerationGetActorMetadata.CallOptions): Promise; getMessageContext(params?: ChatBskyModerationGetMessageContext.QueryParams, opts?: ChatBskyModerationGetMessageContext.CallOptions): Promise; updateActorAccess(data?: ChatBskyModerationUpdateActorAccess.InputSchema, opts?: ChatBskyModerationUpdateActorAccess.CallOptions): Promise; } export declare class ToolsNS { _service: AtpServiceClient; ozone: ToolsOzoneNS; constructor(service: AtpServiceClient); } export declare class ToolsOzoneNS { _service: AtpServiceClient; communication: ToolsOzoneCommunicationNS; moderation: ToolsOzoneModerationNS; constructor(service: AtpServiceClient); } export declare class ToolsOzoneCommunicationNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); createTemplate(data?: ToolsOzoneCommunicationCreateTemplate.InputSchema, opts?: ToolsOzoneCommunicationCreateTemplate.CallOptions): Promise; deleteTemplate(data?: ToolsOzoneCommunicationDeleteTemplate.InputSchema, opts?: ToolsOzoneCommunicationDeleteTemplate.CallOptions): Promise; listTemplates(params?: ToolsOzoneCommunicationListTemplates.QueryParams, opts?: ToolsOzoneCommunicationListTemplates.CallOptions): Promise; updateTemplate(data?: ToolsOzoneCommunicationUpdateTemplate.InputSchema, opts?: ToolsOzoneCommunicationUpdateTemplate.CallOptions): Promise; } export declare class ToolsOzoneModerationNS { _service: AtpServiceClient; constructor(service: AtpServiceClient); emitEvent(data?: ToolsOzoneModerationEmitEvent.InputSchema, opts?: ToolsOzoneModerationEmitEvent.CallOptions): Promise; getEvent(params?: ToolsOzoneModerationGetEvent.QueryParams, opts?: ToolsOzoneModerationGetEvent.CallOptions): Promise; getRecord(params?: ToolsOzoneModerationGetRecord.QueryParams, opts?: ToolsOzoneModerationGetRecord.CallOptions): Promise; getRepo(params?: ToolsOzoneModerationGetRepo.QueryParams, opts?: ToolsOzoneModerationGetRepo.CallOptions): Promise; queryEvents(params?: ToolsOzoneModerationQueryEvents.QueryParams, opts?: ToolsOzoneModerationQueryEvents.CallOptions): Promise; queryStatuses(params?: ToolsOzoneModerationQueryStatuses.QueryParams, opts?: ToolsOzoneModerationQueryStatuses.CallOptions): Promise; searchRepos(params?: ToolsOzoneModerationSearchRepos.QueryParams, opts?: ToolsOzoneModerationSearchRepos.CallOptions): Promise; } //# sourceMappingURL=index.d.ts.map