export function provide(ctx: API.RateLimitServiceContext): Server.ServiceMethod, Pick<{ subject: string; }, "subject">>, { limits: API.RateLimit[]; }, Server.API.Failure>; export function list({ capability }: API.Input, Server.Schema.InferStruct<{ subject: Server.Schema.StringSchema; }>>>>, ctx: API.RateLimitServiceContext): Promise<({ ok?: undefined; } & { error: Server.API.Failure; }) | Server.OkBuilder<{ limits: API.RateLimit[]; }, Server.API.Failure>>; import * as API from '../types.js'; import * as Server from '@ucanto/server'; //# sourceMappingURL=list.d.ts.map