import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.sync.getCheckout"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/vnd.ipld.car", undefined>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** @deprecated please use com.atproto.sync.getRepo instead */ declare const main: l.Query<"com.atproto.sync.getCheckout", l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; }>, l.Payload<"application/vnd.ipld.car", undefined>, undefined>; export { main }; export declare const $lxm = "com.atproto.sync.getCheckout"; //# sourceMappingURL=getCheckout.defs.d.ts.map