import type { ScheduleEntry } from "../registry.js"; import type { ScheduleBackend } from "./index.js"; export declare class SystemdBackend implements ScheduleBackend { install(entry: ScheduleEntry): void; uninstall(name: string): void; }