import { l } from '@atproto/lex'; import * as IdentityDefs from './defs.defs.js'; declare const $nsid = "com.atproto.identity.refreshIdentity"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ identifier: l.StringSchema<{ readonly format: "at-identifier"; }>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.RefSchema>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server. */ declare const main: l.Procedure<"com.atproto.identity.refreshIdentity", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ identifier: l.StringSchema<{ readonly format: "at-identifier"; }>; }>>, l.Payload<"application/json", l.RefSchema>>, readonly ["HandleNotFound", "DidNotFound", "DidDeactivated"]>; export { main }; export declare const $lxm = "com.atproto.identity.refreshIdentity"; //# sourceMappingURL=refreshIdentity.defs.d.ts.map