export function provide(ctx: API.RateLimitServiceContext): Server.ServiceMethod, Pick<{ id: string; }, "id">>, Server.Unit, Server.API.Failure>; export function remove({ capability }: API.Input, Server.Schema.InferStruct<{ id: Server.Schema.StringSchema; }>>>>, ctx: API.RateLimitServiceContext): Promise>; import * as API from '../types.js'; import * as Server from '@ucanto/server'; //# sourceMappingURL=remove.d.ts.map