import type { PluggableList } from 'unified'; export declare function getRecmaPlugins({ extra, }?: { extra?: PluggableList | null; }): PluggableList;