import { l } from '@atproto/lex'; import * as FeedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.feed.getFeedGenerator"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly feed: l.StringSchema<{ readonly format: "at-uri"; }>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ view: l.RefSchema>; isOnline: l.BooleanSchema; isValid: l.BooleanSchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get information about a feed generator. Implemented by AppView. */ declare const main: l.Query<"app.bsky.feed.getFeedGenerator", l.ParamsSchema<{ readonly feed: l.StringSchema<{ readonly format: "at-uri"; }>; }>, l.Payload<"application/json", l.ObjectSchema<{ view: l.RefSchema>; isOnline: l.BooleanSchema; isValid: l.BooleanSchema; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.feed.getFeedGenerator"; //# sourceMappingURL=getFeedGenerator.defs.d.ts.map