import { l } from '@atproto/lex'; import * as ActorDefs from '../actor/defs.defs.js'; declare const $nsid = "app.bsky.unspecced.getSuggestedUsersForExplore"; export { $nsid }; /** Get a list of suggested users for the Explore page */ declare const main: l.Query<"app.bsky.unspecced.getSuggestedUsersForExplore", l.ParamsSchema<{ readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ actors: l.ArraySchema>>; 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.getSuggestedUsersForExplore", $params: l.ParamsSchema<{ readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ actors: l.ArraySchema>>; recIdStr: l.OptionalSchema>; }>>; //# sourceMappingURL=getSuggestedUsersForExplore.defs.d.ts.map