import type { RenderContext } from '../types.js'; export declare function renderTodosLine(ctx: RenderContext): string | null; //# sourceMappingURL=todos-line.d.ts.map