export { CiscoConnection } from './cisco-connection';
export { CiscoIOSXRConnection } from './cisco-ios-xr-connection';
export { CiscoSG300Connection } from './cisco-sg300-connection';
export declare const __all__: string[];
