import type { ResolverRegistry } from './types'; /** * Built-in workspace resolvers. * These resolve values from the nearest package.json in the current working directory. */ export declare const workspaceResolvers: ResolverRegistry;