import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.feed.describeFeedGenerator"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ did: l.StringSchema<{ readonly format: "did"; }>; feeds: l.ArraySchema>>; links: l.OptionalSchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View). */ declare const main: l.Query<"app.bsky.feed.describeFeedGenerator", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ did: l.StringSchema<{ readonly format: "did"; }>; feeds: l.ArraySchema>>; links: l.OptionalSchema>>; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.feed.describeFeedGenerator"; type Feed = { $type?: 'app.bsky.feed.describeFeedGenerator#feed'; uri: l.AtUriString; }; export type { Feed }; declare const feed: l.TypedObjectSchema<"app.bsky.feed.describeFeedGenerator#feed", l.Validator>; export { feed }; type Links = { $type?: 'app.bsky.feed.describeFeedGenerator#links'; privacyPolicy?: string; termsOfService?: string; }; export type { Links }; declare const links: l.TypedObjectSchema<"app.bsky.feed.describeFeedGenerator#links", l.Validator>; export { links }; //# sourceMappingURL=describeFeedGenerator.defs.d.ts.map