import { EmptyFeature } from './EmptyFeature';
import { ProtocolHandler } from '../types/ProtocolHandler';
export declare class ProtocolHandlersFeature extends EmptyFeature {
    constructor(protocolHandlers: ProtocolHandler[]);
}
