import type { PluginItem } from '@babel/core';
/** Syntax/parser plugins applied at top-level */
export declare const syntaxPlugins: PluginItem[];
