import { l } from '@atproto/lex'; import * as ConvoDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.convo.deleteMessageForSelf"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ convoId: l.StringSchema<{}>; messageId: l.StringSchema<{}>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.RefSchema>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Marks a message as deleted for the viewer, so they won't see that message in future enumerations. */ declare const main: l.Procedure<"chat.bsky.convo.deleteMessageForSelf", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ convoId: l.StringSchema<{}>; messageId: l.StringSchema<{}>; }>>, l.Payload<"application/json", l.RefSchema>>, readonly ["InvalidConvo", "MessageDeleteNotAllowed"]>; export { main }; export declare const $lxm = "chat.bsky.convo.deleteMessageForSelf"; //# sourceMappingURL=deleteMessageForSelf.defs.d.ts.map