import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.sync.notifyOfUpdate"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ hostname: l.StringSchema<{}>; }>>; 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 a crawling service of a recent update, and that crawling should resume. Intended use is after a gap between repo stream events caused the crawling service to disconnect. Does not require auth; implemented by Relay. * @deprecated just use com.atproto.sync.requestCrawl */ declare const main: l.Procedure<"com.atproto.sync.notifyOfUpdate", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ hostname: l.StringSchema<{}>; }>>, l.Payload, undefined>; export { main }; export declare const $lxm = "com.atproto.sync.notifyOfUpdate"; //# sourceMappingURL=notifyOfUpdate.defs.d.ts.map