import { l } from '@atproto/lex'; import * as IdentityDefs from './defs.defs.js'; declare const $nsid = "com.atproto.identity.resolveIdentity"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly identifier: l.StringSchema<{ readonly format: "at-identifier"; }>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.RefSchema>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Resolves an identity (DID or Handle) to a full identity (DID document and verified handle). */ declare const main: l.Query<"com.atproto.identity.resolveIdentity", l.ParamsSchema<{ readonly 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.resolveIdentity"; //# sourceMappingURL=resolveIdentity.defs.d.ts.map