import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.sync.requestCrawl"; export { $nsid }; /** Request a service to persistently crawl hosted repos. Expected use is new PDS instances declaring their existence to Relays. Does not require auth. */ declare const main: l.Procedure<"com.atproto.sync.requestCrawl", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ hostname: l.StringSchema<{}>; }>>, l.Payload, readonly ["HostBanned"]>; 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: "com.atproto.sync.requestCrawl", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ hostname: l.StringSchema<{}>; }>>, $output: l.Payload; //# sourceMappingURL=requestCrawl.defs.d.ts.map