import type { Plugin } from '../../types/config.ts';
import { type Input } from '../../util/input.ts';
import type { BabelConfigObj } from './types.ts';
export declare const getDependenciesFromConfig: (config: BabelConfigObj) => Input[];
declare const plugin: Plugin;
export default plugin;
