import type { TPlugin, TResultsType } from './types'; export declare const xRay: (plugin: TPlugin) => (files: string[]) => Promise;