import { type PartialSdnBackendConfig, type SdnBackend } from './sdn-backend'; export declare function createSdnBackend(config: PartialSdnBackendConfig): SdnBackend; //# sourceMappingURL=sdn-backend-factory.d.ts.map