import { Endpoint } from "../agent/Config"; import { Context } from "../agent/Context"; export type LimitedContext = Pick; export declare function matchEndpoints(context: LimitedContext, endpoints: Endpoint[]): Endpoint[];