import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.temp.addReservedHandle"; export { $nsid }; /** Add a handle to the set of reserved handles. */ declare const main: l.Procedure<"com.atproto.temp.addReservedHandle", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ handle: l.StringSchema<{}>; }>>, 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: "com.atproto.temp.addReservedHandle", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ handle: l.StringSchema<{}>; }>>, $output: l.Payload<"application/json", l.ObjectSchema<{}>>; //# sourceMappingURL=addReservedHandle.defs.d.ts.map