import type { EndpointDef } from '../types.js';
import type { Action, MapOptions, MapTransform } from '../../types.js';
export default function isEndpointMatch(endpoint: EndpointDef, mapTransform: MapTransform, mapOptions: MapOptions): (action: Action, isIncoming?: boolean) => Promise<boolean>;
