import { type PartialSdnBackendConfig, type SdnBackend } from './sdn-backend'; import { type BackendDeps } from './sdn-backend-adapter-utils'; export type DesktopLocalBackendOptions = PartialSdnBackendConfig & BackendDeps; export declare function createDesktopLocalBackend(options?: DesktopLocalBackendOptions): SdnBackend; //# sourceMappingURL=sdn-backend-desktop.d.ts.map