import { NodeConstructor } from './types'; export declare const nodeResolve: { [opType: string]: NodeConstructor; };