import { type BackendDeps, type TaskList } from "../types.js"; export declare function yamlFileBackend(deps: BackendDeps): Promise;