import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.revokeAppPassword"; export { $nsid }; /** Revoke an App Password by name. */ declare const main: l.Procedure<"com.atproto.server.revokeAppPassword", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; }>>, 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.revokeAppPassword", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ name: l.StringSchema<{}>; }>>, $output: l.Payload; //# sourceMappingURL=revokeAppPassword.defs.d.ts.map