import type { IdentifyResult } from "./handler.type.js"; export declare const taskListHandler: { identify(lines: string[], index: number): IdentifyResult | null; render(raw: string): string; serialize(raw: string): string; }; //# sourceMappingURL=task-list.handler.d.ts.map