export function reportSources({ paths, options }: {
    paths: any;
    options: any;
}): void;
