import { Endpoint } from "../agent/Config";
import { Context } from "../agent/Context";
import { ServiceConfig } from "../agent/ServiceConfig";
export declare function getRateLimitedEndpoint(context: Readonly<Context>, config: ServiceConfig): Endpoint | undefined;
