export declare const registerCleanUp: (node: Node, task: Function) => Function[]; export declare const cleanUp: (node: Node) => number;