import { l } from '@atproto/lex'; import * as FeedDefs from '../feed/defs.defs.js'; declare const $nsid = "app.bsky.unspecced.getPopularFeedGenerators"; export { $nsid }; /** An unspecced view of globally popular feed generators. */ declare const main: l.Query<"app.bsky.unspecced.getPopularFeedGenerators", l.ParamsSchema<{ readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly query: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; feeds: 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.getPopularFeedGenerators", $params: l.ParamsSchema<{ readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; readonly query: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; feeds: l.ArraySchema>>; }>>; //# sourceMappingURL=getPopularFeedGenerators.defs.d.ts.map