export function validateAuthorization(): { ok: {}; }; export const receiptsEndpoint: "http://localhost:9201"; export function createAuthorization({ account, agent, service }: { account: Types.UCAN.Signer; service: Types.Signer; agent: Types.Signer; }): Promise<(Server.API.Delegation<[{ with: "ucan:*"; can: "*"; }]> | Server.API.Invocation<{ can: "ucan/attest"; with: `did:${string}:${string}` & `did:${string}` & Server.API.Phantom<{ protocol: "did:"; }>; nb: Server.Schema.InferStruct<{ proof: Server.Schema.Schema, any>; }>; }>)[]>; export function setupBlobAddResponse({ issuer, with: space, proofs, audience }: { issuer: any; with: any; proofs: any; audience: any; }, invocation: any): Promise; nb: Server.Schema.InferStruct<{ blob: Server.Schema.StructSchema<{ digest: Server.Schema.Schema, unknown>; size: Server.Schema.NumberSchema, unknown>; }, unknown>; ttl: Server.Schema.Schema<(number & import("multiformats").Phantom<{ typeof: "integer"; }>) | undefined, unknown>; space: Server.Schema.Schema<`did:key:${string}` & `did:${string}` & import("multiformats").Phantom<{ protocol: "did:"; }>, any>; _put: Server.Schema.StructSchema<{ "ucan/await": Server.Schema.Schema<[string, import("multiformats").Link], any>; }, unknown>; }>; }], Server.API.MulticodecCode, Server.API.SigAlg>)[]; }; }, Server.API.Failure>>; import * as Types from '../../src/types.js'; import * as Server from '@ucanto/server'; //# sourceMappingURL=utils.d.ts.map