import { type Node } from 'ng-morph';
export declare const TODO_MARK = "TODO: (Taiga UI migration)";
export declare function insertTodo(node: Node, message: string): void;
