import { l } from '@atproto/lex'; import * as FeedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.feed.getListFeed"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly list: l.StringSchema<{ readonly format: "at-uri"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; feed: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get a feed of recent posts from a list (posts and reposts from any actors on the list). Does not require auth. */ declare const main: l.Query<"app.bsky.feed.getListFeed", l.ParamsSchema<{ readonly list: l.StringSchema<{ readonly format: "at-uri"; }>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; feed: l.ArraySchema>>; }>>, readonly ["UnknownList"]>; export { main }; export declare const $lxm = "app.bsky.feed.getListFeed"; //# sourceMappingURL=getListFeed.defs.d.ts.map