/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Converter for "todo" message type. */ import type { ContentConverterFn } from "./types.js"; export declare const convertTodo: ContentConverterFn; //# sourceMappingURL=todo.d.ts.map