export function w3sBlobAddHandler(context: API.LegacyBlobServiceContext): ({ capability, invocation }: API.ProviderInput) => Promise<({ ok?: undefined; } & { error: Server.HandlerNotFound | Server.HandlerExecutionError | Server.InvalidAudience | Server.Unauthorized | import("@web3-storage/upload-api").BlobAcceptFailure; }) | Server.ForkBuilder>; export type PutAllocation = { receipt: API.Receipt; }; export type InputDelivery = { task: API.Invocation; receipt: API.Receipt | null; }; import * as API from '../../types.js'; import * as Server from '@ucanto/server'; //# sourceMappingURL=add.d.ts.map