import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.notification.updateSeen"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ seenAt: l.StringSchema<{ readonly format: "datetime"; }>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Notify server that the requesting account has seen notifications. Requires auth. */ declare const main: l.Procedure<"app.bsky.notification.updateSeen", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ seenAt: l.StringSchema<{ readonly format: "datetime"; }>; }>>, l.Payload, undefined>; export { main }; export declare const $lxm = "app.bsky.notification.updateSeen"; //# sourceMappingURL=updateSeen.defs.d.ts.map