import { Options } from './types';
export declare function checkOSSPaths(paths: string[], options: Options): void;
