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