import { l } from '@atproto/lex'; declare const $nsid = "chat.bsky.actor.deleteAccount"; export { $nsid }; declare const main: l.Procedure<"chat.bsky.actor.deleteAccount", l.ParamsSchema<{}>, l.Payload, l.Payload<"application/json", l.ObjectSchema<{}>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "chat.bsky.actor.deleteAccount", $params: l.ParamsSchema<{}>, $input: l.Payload, $output: l.Payload<"application/json", l.ObjectSchema<{}>>; //# sourceMappingURL=deleteAccount.defs.d.ts.map