import { l } from '@atproto/lex'; declare const $nsid = "chat.bsky.convo.updateAllRead"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ status: l.OptionalSchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ updatedCount: l.IntegerSchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Sets conversations from a user as read to the latest message, with filters. */ declare const main: l.Procedure<"chat.bsky.convo.updateAllRead", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ status: l.OptionalSchema>; }>>, l.Payload<"application/json", l.ObjectSchema<{ updatedCount: l.IntegerSchema; }>>, undefined>; export { main }; export declare const $lxm = "chat.bsky.convo.updateAllRead"; //# sourceMappingURL=updateAllRead.defs.d.ts.map