/** This function will just set reportUnusedDisableDirectives to off so that we don't get warning on generated files */
export declare function setupEslint(params: {
    projectDirPath: string;
}): Promise<void>;
