import type { TransformOptions } from '@babel/core';
export default function getBabelCommonConfig(modules?: boolean): TransformOptions & {
    cacheDirectory?: boolean;
};
