import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton"; export { $nsid }; /** Get a skeleton of suggested users for the See More page. Intended to be called and hydrated by app.bsky.unspecced.getSuggestedUsersForSeeMore */ declare const main: l.Query<"app.bsky.unspecced.getSuggestedUsersForSeeMoreSkeleton", l.ParamsSchema<{ readonly viewer: l.OptionalSchema>; readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ dids: 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.getSuggestedUsersForSeeMoreSkeleton", $params: l.ParamsSchema<{ readonly viewer: l.OptionalSchema>; readonly category: l.OptionalSchema>; readonly limit: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ dids: l.ArraySchema>; recIdStr: l.OptionalSchema>; }>>; //# sourceMappingURL=getSuggestedUsersForSeeMoreSkeleton.defs.d.ts.map