import { FullNode } from '../node'; /** * Try to open the node DB's and wait until they can be opened */ declare function waitForOpen(node: FullNode, abort?: null | (() => boolean)): Promise; export declare const NodeUtils: { waitForOpen: typeof waitForOpen; }; export {}; //# sourceMappingURL=node.d.ts.map