import { Node } from "..";
export declare function runCache(this: Node): Promise<void>;
