import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.graph.muteThread"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ root: l.StringSchema<{ readonly format: "at-uri"; }>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth. */ declare const main: l.Procedure<"app.bsky.graph.muteThread", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ root: l.StringSchema<{ readonly format: "at-uri"; }>; }>>, l.Payload, undefined>; export { main }; export declare const $lxm = "app.bsky.graph.muteThread"; //# sourceMappingURL=muteThread.defs.d.ts.map