export declare const PLUGIN_CONTROLLER: "plugin"; export declare const TORRENT_BLOCKER_ROUTE: "torrent-blocker"; export declare const NFTABLES_ROUTE: "nftables"; export declare const PLUGIN_ROUTES: { readonly SYNC: "sync"; readonly TORRENT_BLOCKER: { readonly COLLECT: "torrent-blocker/collect"; }; readonly NFTABLES: { readonly UNBLOCK_IPS: "nftables/unblock-ips"; readonly BLOCK_IPS: "nftables/block-ips"; readonly RECREATE_TABLES: "nftables/recreate-tables"; }; }; //# sourceMappingURL=plugin.d.ts.map