import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.deactivateAccount"; export { $nsid }; /** Deactivates a currently active account. Stops serving of repo, and future writes to repo until reactivated. Used to finalize account migration with the old host after the account has been activated on the new host. */ declare const main: l.Procedure<"com.atproto.server.deactivateAccount", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ deleteAfter: l.OptionalSchema>; }>>, l.Payload, 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: "com.atproto.server.deactivateAccount", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ deleteAfter: l.OptionalSchema>; }>>, $output: l.Payload; //# sourceMappingURL=deactivateAccount.defs.d.ts.map