export declare const HANDLER_CONTROLLER: "handler"; export declare const HANDLER_ROUTES: { readonly REMOVE_USER: "remove-user"; readonly ADD_USER: "add-user"; readonly ADD_USERS: "add-users"; readonly REMOVE_USERS: "remove-users"; readonly GET_INBOUND_USERS_COUNT: "get-inbound-users-count"; readonly GET_INBOUND_USERS: "get-inbound-users"; readonly DROP_USERS_CONNECTIONS: "drop-users-connections"; readonly DROP_IPS: "drop-ips"; }; //# sourceMappingURL=handler.d.ts.map