/** * Capability can only be delegated (but not invoked) allowing audience to * be derived any `usage/` prefixed capability for the (memory) space identified * by DID in the `with` field. */ export const usage: import("@ucanto/interface").TheCapabilityParser, any>>; /** * Capability can be invoked by an agent to retrieve usage data for a space in * a given period. */ export const report: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ period: Schema.StructSchema<{ from: Schema.NumberSchema, unknown>; to: Schema.NumberSchema, unknown>; }, any>; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=usage.d.ts.map