import { l } from '@atproto/lex'; declare const $nsid = "chat.bsky.moderation.getActorMetadata"; export { $nsid }; declare const main: l.Query<"chat.bsky.moderation.getActorMetadata", l.ParamsSchema<{ readonly actor: l.StringSchema<{ readonly format: "did"; }>; }>, l.Payload<"application/json", l.ObjectSchema<{ day: l.RefSchema>; month: l.RefSchema>; all: l.RefSchema>; }>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "chat.bsky.moderation.getActorMetadata", $params: l.ParamsSchema<{ readonly actor: l.StringSchema<{ readonly format: "did"; }>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ day: l.RefSchema>; month: l.RefSchema>; all: l.RefSchema>; }>>; type Metadata = { $type?: 'chat.bsky.moderation.getActorMetadata#metadata'; messagesSent: number; messagesReceived: number; convos: number; convosStarted: number; }; export type { Metadata }; declare const metadata: l.TypedObjectSchema<"chat.bsky.moderation.getActorMetadata#metadata", l.Validator>; export { metadata }; //# sourceMappingURL=getActorMetadata.defs.d.ts.map