export { rollupIsEsm };
import '../assertEnvVite.js';
declare function rollupIsEsm(rollupOptions: {
    format: string;
}): boolean;
