import { AbiExporterConfigEntry } from '../types.js';
declare const config: Omit<AbiExporterConfigEntry, 'format' | 'rename'>;
export default config;
