import { Route } from '../types/routing'; import { Relation } from './relation'; import ForwardingRoutingTable from '../services/forwarding-routing-table'; export declare function canDragonFilter(routingTable: ForwardingRoutingTable, getRelation: (prefix: string) => Relation, prefix: string, route: Route): boolean;