export declare function checkJSFiles(options?: {
    whiteDir: string[];
    excludeReg: RegExp;
    log: boolean;
}): void;
