import { Tree } from '@nrwl/devkit';
export declare const defaultExclude: string[];
export declare function addSwcConfig(tree: Tree, projectDir: string): void;
