import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.reserveSigningKey"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ did: l.OptionalSchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ signingKey: l.StringSchema<{}>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Reserve a repo signing key, for use with account creation. Necessary so that a DID PLC update operation can be constructed during an account migraiton. Public and does not require auth; implemented by PDS. NOTE: this endpoint may change when full account migration is implemented. */ declare const main: l.Procedure<"com.atproto.server.reserveSigningKey", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ did: l.OptionalSchema>; }>>, l.Payload<"application/json", l.ObjectSchema<{ signingKey: l.StringSchema<{}>; }>>, undefined>; export { main }; export declare const $lxm = "com.atproto.server.reserveSigningKey"; //# sourceMappingURL=reserveSigningKey.defs.d.ts.map