import type { PreprocessorGroup, Options } from '../types';
declare const babel: (options?: Options.Babel) => PreprocessorGroup;
export default babel;
export { babel };
