import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.repo.importRepo"; export { $nsid }; /** Import a repo in the form of a CAR file. Requires Content-Length HTTP header to be set. */ declare const main: l.Procedure<"com.atproto.repo.importRepo", l.ParamsSchema<{}>, l.Payload<"application/vnd.ipld.car", undefined>, l.Payload, 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: "com.atproto.repo.importRepo", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/vnd.ipld.car", undefined>, $output: l.Payload; //# sourceMappingURL=importRepo.defs.d.ts.map