import { l } from '@atproto/lex-schema'; declare const $nsid = "com.atproto.sync.getBlob"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; readonly cid: l.StringSchema<{ readonly format: "cid"; }>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"*/*", undefined>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get a blob associated with a given account. Returns the full blob as originally uploaded. Does not require auth; implemented by PDS. */ declare const main: l.Query<"com.atproto.sync.getBlob", l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; readonly cid: l.StringSchema<{ readonly format: "cid"; }>; }>, l.Payload<"*/*", undefined>, readonly ["BlobNotFound", "RepoNotFound", "RepoTakendown", "RepoSuspended", "RepoDeactivated"]>; export { main }; export declare const $lxm = "com.atproto.sync.getBlob"; //# sourceMappingURL=getBlob.defs.d.ts.map