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