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