/** * `http/put` capability invocation MAY be performed by any authorized agent on behalf of the subject * as long as they have referenced `body` content to do so. */ export const put: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ body: Schema.StructSchema<{ digest: Schema.Schema; size: Schema.NumberSchema, unknown>; }, unknown>; url: Schema.Schema], any>; }>, unknown>; headers: Schema.Schema], any>; }> | Schema.Dictionary, unknown>; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=http.d.ts.map