import { PhpPluginResult, SystemPackagesOptions } from './types'; export declare function inspect(basePath: string, fileName: string, options?: SystemPackagesOptions): Promise<PhpPluginResult>;