import { l } from '@atproto/lex'; import * as FeedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.feed.getPostThread"; export { $nsid }; /** Get posts in a thread. Does not require auth, but additional metadata and filtering will be applied for authed requests. */ declare const main: l.Query<"app.bsky.feed.getPostThread", l.ParamsSchema<{ readonly uri: l.StringSchema<{ readonly format: "at-uri"; }>; readonly depth: l.OptionalSchema>; readonly parentHeight: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ thread: l.TypedUnionSchema>, l.TypedRefSchema>, l.TypedRefSchema>], false>; threadgate: l.OptionalSchema>>; }>>, readonly ["NotFound"]>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.feed.getPostThread", $params: l.ParamsSchema<{ readonly uri: l.StringSchema<{ readonly format: "at-uri"; }>; readonly depth: l.OptionalSchema>; readonly parentHeight: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ thread: l.TypedUnionSchema>, l.TypedRefSchema>, l.TypedRefSchema>], false>; threadgate: l.OptionalSchema>>; }>>; //# sourceMappingURL=getPostThread.defs.d.ts.map