import { l } from '@atproto/lex'; import * as ActorDefs from '../actor/defs.defs.js'; declare const $nsid = "app.bsky.unspecced.getSuggestedUsers"; export { $nsid }; /** Get a list of suggested users */ declare const main: l.Query<"app.bsky.unspecced.getSuggestedUsers", l.ParamsSchema<{ readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ actors: l.ArraySchema>>; recId: l.OptionalSchema>; recIdStr: l.OptionalSchema>; }>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.unspecced.getSuggestedUsers", $params: l.ParamsSchema<{ readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ actors: l.ArraySchema>>; recId: l.OptionalSchema>; recIdStr: l.OptionalSchema>; }>>; //# sourceMappingURL=getSuggestedUsers.defs.d.ts.map