import type { BabelCLI } from './babel.cli'; import { Aspect } from '../../../aspect'; export type { BabelCLI }; export declare const BabelAspect: Aspect; export default BabelAspect;