import { l } from '@atproto/lex'; import * as FeedDefs from './defs.defs.js'; declare const $nsid = "app.bsky.feed.sendInteractions"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ feed: l.OptionalSchema>; interactions: l.ArraySchema>>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{}>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** 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 declare const $lxm = "app.bsky.feed.sendInteractions"; //# sourceMappingURL=sendInteractions.defs.d.ts.map