import { l } from '@atproto/lex'; import * as FeedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.feed.sendInteractions"; export { $nsid }; /** Send information about interactions with feed items back to the feed generator that served them. */ declare const main: l.Procedure<"app.bsky.feed.sendInteractions", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ feed: l.OptionalSchema>; interactions: l.ArraySchema>>; }>>, l.Payload<"application/json", l.ObjectSchema<{}>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.feed.sendInteractions", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ feed: l.OptionalSchema>; interactions: l.ArraySchema>>; }>>, $output: l.Payload<"application/json", l.ObjectSchema<{}>>; //# sourceMappingURL=sendInteractions.defs.d.ts.map