import { l } from '@atproto/lex'; import * as UnspeccedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.unspecced.getSuggestionsSkeleton"; export { $nsid }; /** Get a skeleton of suggested actors. Intended to be called and then hydrated through app.bsky.actor.getSuggestions */ declare const main: l.Query<"app.bsky.unspecced.getSuggestionsSkeleton", l.ParamsSchema<{ readonly viewer: l.OptionalSchema>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly relativeToDid: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; actors: l.ArraySchema>>; relativeToDid: l.OptionalSchema>; 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.getSuggestionsSkeleton", $params: l.ParamsSchema<{ readonly viewer: l.OptionalSchema>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly relativeToDid: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; actors: l.ArraySchema>>; relativeToDid: l.OptionalSchema>; recId: l.OptionalSchema; recIdStr: l.OptionalSchema>; }>>; //# sourceMappingURL=getSuggestionsSkeleton.defs.d.ts.map