export declare class NodeNotFoundError extends Error {
    constructor(index: number);
}
//# sourceMappingURL=NodeNotFoundError.d.ts.map