import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.repo.importRepo"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/vnd.ipld.car", undefined>; 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; /** 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 declare const $lxm = "com.atproto.repo.importRepo"; //# sourceMappingURL=importRepo.defs.d.ts.map