import { Tree } from '@nrwl/devkit';
import { ConvertToSwcGeneratorSchema } from './schema';
export declare function convertToSwcGenerator(tree: Tree, schema: ConvertToSwcGeneratorSchema): Promise<() => void>;
export default convertToSwcGenerator;
export declare const convertToSwcSchematic: (options: ConvertToSwcGeneratorSchema) => (tree: any, context: any) => Promise<any>;
