import type { BindingInstance } from "../../binding"; import type { Resolve } from "./types"; /** Check to see if and of the data-changes affect the given dependencies */ export declare function caresAboutDataChanges(dataChanges?: Set, dependencies?: Set): boolean; /** Convert the options object for a resolver to one for a node */ export declare function toNodeResolveOptions(resolverOptions: Resolve.ResolverOptions): Resolve.NodeResolveOptions; //# sourceMappingURL=utils.d.ts.map