import { MultiProjectResult } from '@snyk/cli-interface/legacy/plugin';
import * as types from '../types';
export declare const UV_MONITOR_ENABLED_ENV_VAR = "SNYK_INTERNAL_UV_MONITOR_ENABLED";
export declare function inspect(_root: string, targetFile: string, _options?: types.Options): Promise<MultiProjectResult>;
